Html Css Color HEX #FC21C8 Razzle Dazzle Rose

📋 copy color: '#FC21C8'

red 252 ◦ green 33 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FC21C8

Tints of Razzle Dazzle Rose #FC21C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.24%

R = 51.96%
G = 6.8%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC21C8 (or 0xFC21C8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 21 and C8. RGB value is (252,33,200). Sum of RGB (Red+Green+Blue) = 252+33+200=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC21C8 is #03DE37. Grayscale: #757575. Windows color (decimal): -253496 or 13115900. OLE color: 13115900.

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

Color convert

RGB 252 33 200 -
CMYK 0 0.87 0.21 0.01
HSL 314.25º 0.97% 0.56% -
HSV(B) 314.25º 0.87% 0.99% -
XYZ 51.11 25.95 56.96 -
YUV 117.52 174.55 223.92 -
System Red Green Blue C M Y K H S L
Decimal 252 33 200 0 0.87 0.21 0.01 314.25 0.97 0.56
Hex FC 21 C8 0 57 15 1 13A 61 38
Octal 374 41 310 0 127 25 1 472 141 70
Binary 11111100 100001 11001000 0 1010111 10101 1 100111010 1100001 111000

Color Harmonies of #FC21C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21C8

Black with #FC21C8

Text Example


Text Example

White with #FC21C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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