Html Css Color HEX #FC21DF Razzle Dazzle Rose

📋 copy color: '#FC21DF'

red 252 ◦ green 33 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FC21DF

Tints of Razzle Dazzle Rose #FC21DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 49.61%
G = 6.5%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC21DF (or 0xFC21DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 21 and DF. RGB value is (252,33,223). Sum of RGB (Red+Green+Blue) = 252+33+223=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 33 (13.28% from 255 or 6.50% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC21DF is #03DE20. Grayscale: #777777. Windows color (decimal): -253473 or 14623228. OLE color: 14623228.

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

Color convert

RGB 252 33 223 -
CMYK 0 0.87 0.12 0.01
HSL 307.95º 0.97% 0.56% -
HSV(B) 307.95º 0.87% 0.99% -
XYZ 54.01 27.11 72.2 -
YUV 120.14 186.05 222.05 -
System Red Green Blue C M Y K H S L
Decimal 252 33 223 0 0.87 0.12 0.01 307.95 0.97 0.56
Hex FC 21 DF 0 57 C 1 134 61 38
Octal 374 41 337 0 127 14 1 464 141 70
Binary 11111100 100001 11011111 0 1010111 1100 1 100110100 1100001 111000

Color Harmonies of #FC21DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21DF

Black with #FC21DF

Text Example


Text Example

White with #FC21DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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