Html Css Color HEX #FF42CC Razzle Dazzle Rose

📋 copy color: '#FF42CC'

red 255 ◦ green 66 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FF42CC

Tints of Razzle Dazzle Rose #FF42CC

RGB

 RED value IS 255 (100% from 255) = 48.57%

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

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

R = 48.57%
G = 12.57%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF42CC (or 0xFF42CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and CC. RGB value is (255,66,204). Sum of RGB (Red+Green+Blue) = 255+66+204=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF42CC is #00BD33. Grayscale: #898989. Windows color (decimal): -48436 or 13386495. OLE color: 13386495.

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

Color convert

RGB 255 66 204 -
CMYK 0 0.74 0.2 0
HSL 316.19º 1% 0.63% -
HSV(B) 316.19º 0.74% 1% -
XYZ 54.09 29.52 59.97 -
YUV 138.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 255 66 204 0 0.74 0.2 0 316.19 1 0.63
Hex FF 42 CC 0 4A 14 0 13C 64 3F
Octal 377 102 314 0 112 24 0 474 144 77
Binary 11111111 1000010 11001100 0 1001010 10100 0 100111100 1100100 111111

Color Harmonies of #FF42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF42CC

Black with #FF42CC

Text Example


Text Example

White with #FF42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF42CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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