Html Css Color HEX #FC21E3 Razzle Dazzle Rose

📋 copy color: '#FC21E3'

red 252 ◦ green 33 ◦ blue 227

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

Shades of Razzle Dazzle Rose #FC21E3

Tints of Razzle Dazzle Rose #FC21E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.34%

R = 49.22%
G = 6.45%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC21E3 (or 0xFC21E3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 21 and E3. RGB value is (252,33,227). Sum of RGB (Red+Green+Blue) = 252+33+227=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 33 (13.28% from 255 or 6.45% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC21E3 is #03DE1C. Grayscale: #787878. Windows color (decimal): -253469 or 14885372. OLE color: 14885372.

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

Color convert

RGB 252 33 227 -
CMYK 0 0.87 0.10 0.01
HSL 306.85º 0.97% 0.56% -
HSV(B) 306.85º 0.87% 0.99% -
XYZ 54.55 27.33 75.07 -
YUV 120.6 188.05 221.73 -
System Red Green Blue C M Y K H S L
Decimal 252 33 227 0 0.87 0.10 0.01 306.85 0.97 0.56
Hex FC 21 E3 0 57 A 1 133 61 38
Octal 374 41 343 0 127 12 1 463 141 70
Binary 11111100 100001 11100011 0 1010111 1010 1 100110011 1100001 111000

Color Harmonies of #FC21E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21E3

Black with #FC21E3

Text Example


Text Example

White with #FC21E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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