Html Css Color HEX #FC20D4 Razzle Dazzle Rose

📋 copy color: '#FC20D4'

red 252 ◦ green 32 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FC20D4

Tints of Razzle Dazzle Rose #FC20D4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.45%

 BLUE value IS 212 (83.2% from 255) = 42.74%

R = 50.81%
G = 6.45%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC20D4 (or 0xFC20D4) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and D4. RGB value is (252,32,212). Sum of RGB (Red+Green+Blue) = 252+32+212=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 32 (12.89% from 255 or 6.45% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20D4 is #03DF2B. Grayscale: #757575. Windows color (decimal): -253740 or 13902076. OLE color: 13902076.

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

Color convert

RGB 252 32 212 -
CMYK 0 0.87 0.16 0.01
HSL 310.91º 0.97% 0.56% -
HSV(B) 310.91º 0.87% 0.99% -
XYZ 52.55 26.48 64.63 -
YUV 118.3 180.89 223.36 -
System Red Green Blue C M Y K H S L
Decimal 252 32 212 0 0.87 0.16 0.01 310.91 0.97 0.56
Hex FC 20 D4 0 57 10 1 137 61 38
Octal 374 40 324 0 127 20 1 467 141 70
Binary 11111100 100000 11010100 0 1010111 10000 1 100110111 1100001 111000

Color Harmonies of #FC20D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20D4

Black with #FC20D4

Text Example


Text Example

White with #FC20D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20D4; }

 p { color: rgb(252,32,212); }

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

background-color css

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

 a { background-color: rgb(252,32,212); }

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

border-color css

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

 span { border-color: rgb(252,32,212); }

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