Html Css Color HEX #FC21CB Razzle Dazzle Rose

📋 copy color: '#FC21CB'

red 252 ◦ green 33 ◦ blue 203

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

Shades of Razzle Dazzle Rose #FC21CB

Tints of Razzle Dazzle Rose #FC21CB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.76%

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

R = 51.64%
G = 6.76%
B = 41.6%

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

#FC21CB (or 0xFC21CB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 21 and CB. RGB value is (252,33,203). Sum of RGB (Red+Green+Blue) = 252+33+203=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC21CB is #03DE34. Grayscale: #757575. Windows color (decimal): -253493 or 13312508. OLE color: 13312508.

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

Color convert

RGB 252 33 203 -
CMYK 0 0.87 0.19 0.01
HSL 313.42º 0.97% 0.56% -
HSV(B) 313.42º 0.87% 0.99% -
XYZ 51.47 26.09 58.82 -
YUV 117.86 176.05 223.68 -
System Red Green Blue C M Y K H S L
Decimal 252 33 203 0 0.87 0.19 0.01 313.42 0.97 0.56
Hex FC 21 CB 0 57 13 1 139 61 38
Octal 374 41 313 0 127 23 1 471 141 70
Binary 11111100 100001 11001011 0 1010111 10011 1 100111001 1100001 111000

Color Harmonies of #FC21CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21CB

Black with #FC21CB

Text Example


Text Example

White with #FC21CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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