Html Css Color HEX #FE1D6C Radical Red

📋 copy color: '#FE1D6C'

red 254 ◦ green 29 ◦ blue 108

#FE1D6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FE1D6C

Tints of Radical Red #FE1D6C

RGB

 RED value IS 254 (99.61% from 255) = 64.96%

 GREEN value IS 29 (11.72% from 255) = 7.42%

 BLUE value IS 108 (42.58% from 255) = 27.62%

R = 64.96%
G = 7.42%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FE1D6C (or 0xFE1D6C) is known color: Radical Red. HEX triplet: FE, 1D and 6C. RGB value is (254,29,108). Sum of RGB (Red+Green+Blue) = 254+29+108=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1D6C is #01E293. Grayscale: #696969. Windows color (decimal): -123540 or 7085566. OLE color: 7085566.

HSL color Cylindrical-coordinate representation of color #FE1D6C: hue angle of 338.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1D6C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 29 108 -
CMYK 0 0.89 0.57 0.00
HSL 338.93º 0.99% 0.55% -
HSV(B) 338.93º 0.89% 1% -
XYZ 44.02 23.03 16.31 -
YUV 105.28 129.54 234.08 -
System Red Green Blue C M Y K H S L
Decimal 254 29 108 0 0.89 0.57 0.00 338.93 0.99 0.55
Hex FE 1D 6C 0 59 39 0 153 63 37
Octal 376 35 154 0 131 71 0 523 143 67
Binary 11111110 11101 1101100 0 1011001 111001 0 101010011 1100011 110111

Color Harmonies of #FE1D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1D6C

Black with #FE1D6C

Text Example


Text Example

White with #FE1D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1D6C; }

 p { color: rgb(254,29,108); }

 H1.HeaderClassName
 {
   color: #FE1D6C;
 }
 .AnyTagClassName
 {
   color: #FE1D6C;
 }
</style>

background-color css

<style>
 a { background-color: #FE1D6C; }

 a { background-color: rgb(254,29,108); }

 div.DivClassName
 {
   background-color: #FE1D6C;
 }
 .BgClassName
 {
   background-color: #FE1D6C;
 }
</style>

border-color css

<style>
 span { border-color: #FE1D6C; }

 span { border-color: rgb(254,29,108); }

 td.TdClassName
 {
   border-color: #FE1D6C;
 }
 .TagClassName
 {
   border-color: #FE1D6C;
 }
</style>