Html Css Color HEX #FC28CC Razzle Dazzle Rose

📋 copy color: '#FC28CC'

red 252 ◦ green 40 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FC28CC

Tints of Razzle Dazzle Rose #FC28CC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.06%

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 50.81%
G = 8.06%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC28CC (or 0xFC28CC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and CC. RGB value is (252,40,204). Sum of RGB (Red+Green+Blue) = 252+40+204=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28CC is #03D733. Grayscale: #797979. Windows color (decimal): -251700 or 13379836. OLE color: 13379836.

HSL color Cylindrical-coordinate representation of color #FC28CC: hue angle of 313.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC28CC is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 40 204 -
CMYK 0 0.84 0.19 0.01
HSL 313.58º 0.97% 0.57% -
HSV(B) 313.58º 0.84% 0.99% -
XYZ 51.8 26.57 59.53 -
YUV 122.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 252 40 204 0 0.84 0.19 0.01 313.58 0.97 0.57
Hex FC 28 CC 0 54 13 1 13A 61 39
Octal 374 50 314 0 124 23 1 472 141 71
Binary 11111100 101000 11001100 0 1010100 10011 1 100111010 1100001 111001

Color Harmonies of #FC28CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28CC

Black with #FC28CC

Text Example


Text Example

White with #FC28CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28CC; }

 p { color: rgb(252,40,204); }

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

background-color css

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

 a { background-color: rgb(252,40,204); }

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

border-color css

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

 span { border-color: rgb(252,40,204); }

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