Html Css Color HEX #FC42C9 Razzle Dazzle Rose

📋 copy color: '#FC42C9'

red 252 ◦ green 66 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FC42C9

Tints of Razzle Dazzle Rose #FC42C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 48.55%
G = 12.72%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC42C9 (or 0xFC42C9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and C9. RGB value is (252,66,201). Sum of RGB (Red+Green+Blue) = 252+66+201=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42C9 is #03BD36. Grayscale: #888888. Windows color (decimal): -245047 or 13189884. OLE color: 13189884.

HSL color Cylindrical-coordinate representation of color #FC42C9: hue angle of 316.45º 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 #FC42C9 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 201 -
CMYK 0 0.74 0.20 0.01
HSL 316.45º 0.97% 0.62% -
HSV(B) 316.45º 0.74% 0.99% -
XYZ 52.64 28.81 58.04 -
YUV 137 164.12 210.02 -
System Red Green Blue C M Y K H S L
Decimal 252 66 201 0 0.74 0.20 0.01 316.45 0.97 0.62
Hex FC 42 C9 0 4A 14 1 13C 61 3E
Octal 374 102 311 0 112 24 1 474 141 76
Binary 11111100 1000010 11001001 0 1001010 10100 1 100111100 1100001 111110

Color Harmonies of #FC42C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42C9

Black with #FC42C9

Text Example


Text Example

White with #FC42C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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