Html Css Color HEX #FC20CB Razzle Dazzle Rose

📋 copy color: '#FC20CB'

red 252 ◦ green 32 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FC20CB

Tints of Razzle Dazzle Rose #FC20CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 51.75%
G = 6.57%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC20CB (or 0xFC20CB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and CB. RGB value is (252,32,203). Sum of RGB (Red+Green+Blue) = 252+32+203=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20CB is #03DF34. Grayscale: #747474. Windows color (decimal): -253749 or 13312252. OLE color: 13312252.

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

Color convert

RGB 252 32 203 -
CMYK 0 0.87 0.19 0.01
HSL 313.36º 0.97% 0.56% -
HSV(B) 313.36º 0.87% 0.99% -
XYZ 51.44 26.04 58.81 -
YUV 117.27 176.39 224.1 -
System Red Green Blue C M Y K H S L
Decimal 252 32 203 0 0.87 0.19 0.01 313.36 0.97 0.56
Hex FC 20 CB 0 57 13 1 139 61 38
Octal 374 40 313 0 127 23 1 471 141 70
Binary 11111100 100000 11001011 0 1010111 10011 1 100111001 1100001 111000

Color Harmonies of #FC20CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20CB

Black with #FC20CB

Text Example


Text Example

White with #FC20CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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