Html Css Color HEX #FC42D0 Razzle Dazzle Rose

📋 copy color: '#FC42D0'

red 252 ◦ green 66 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FC42D0

Tints of Razzle Dazzle Rose #FC42D0

RGB

 RED value IS 252 (98.83% from 255) = 47.91%

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 47.91%
G = 12.55%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC42D0 (or 0xFC42D0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and D0. RGB value is (252,66,208). Sum of RGB (Red+Green+Blue) = 252+66+208=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 66 (26.17% from 255 or 12.55% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42D0 is #03BD2F. Grayscale: #898989. Windows color (decimal): -245040 or 13648636. OLE color: 13648636.

HSL color Cylindrical-coordinate representation of color #FC42D0: hue angle of 314.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42D0 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 208 -
CMYK 0 0.74 0.17 0.01
HSL 314.19º 0.97% 0.62% -
HSV(B) 314.19º 0.74% 0.99% -
XYZ 53.48 29.15 62.48 -
YUV 137.8 167.62 209.45 -
System Red Green Blue C M Y K H S L
Decimal 252 66 208 0 0.74 0.17 0.01 314.19 0.97 0.62
Hex FC 42 D0 0 4A 11 1 13A 61 3E
Octal 374 102 320 0 112 21 1 472 141 76
Binary 11111100 1000010 11010000 0 1001010 10001 1 100111010 1100001 111110

Color Harmonies of #FC42D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42D0

Black with #FC42D0

Text Example


Text Example

White with #FC42D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42D0; }

 p { color: rgb(252,66,208); }

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

background-color css

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

 a { background-color: rgb(252,66,208); }

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

border-color css

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

 span { border-color: rgb(252,66,208); }

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