Html Css Color HEX #FE42CC Razzle Dazzle Rose

📋 copy color: '#FE42CC'

red 254 ◦ green 66 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FE42CC

Tints of Razzle Dazzle Rose #FE42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.6%

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 48.47%
G = 12.6%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE42CC (or 0xFE42CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and CC. RGB value is (254,66,204). Sum of RGB (Red+Green+Blue) = 254+66+204=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42CC is #01BD33. Grayscale: #898989. Windows color (decimal): -113972 or 13386494. OLE color: 13386494.

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

Color convert

RGB 254 66 204 -
CMYK 0 0.74 0.20 0.00
HSL 315.96º 0.99% 0.63% -
HSV(B) 315.96º 0.74% 1% -
XYZ 53.72 29.33 59.96 -
YUV 137.94 165.28 210.78 -
System Red Green Blue C M Y K H S L
Decimal 254 66 204 0 0.74 0.20 0.00 315.96 0.99 0.63
Hex FE 42 CC 0 4A 14 0 13C 63 3F
Octal 376 102 314 0 112 24 0 474 143 77
Binary 11111110 1000010 11001100 0 1001010 10100 0 100111100 1100011 111111

Color Harmonies of #FE42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE42CC

Black with #FE42CC

Text Example


Text Example

White with #FE42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE42CC; }

 p { color: rgb(254,66,204); }

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

background-color css

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

 a { background-color: rgb(254,66,204); }

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

border-color css

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

 span { border-color: rgb(254,66,204); }

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