Html Css Color HEX #FC28D9 Razzle Dazzle Rose

📋 copy color: '#FC28D9'

red 252 ◦ green 40 ◦ blue 217

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

Shades of Razzle Dazzle Rose #FC28D9

Tints of Razzle Dazzle Rose #FC28D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.63%

R = 49.51%
G = 7.86%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC28D9 (or 0xFC28D9) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and D9. RGB value is (252,40,217). Sum of RGB (Red+Green+Blue) = 252+40+217=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 40 (16.02% from 255 or 7.86% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28D9 is #03D726. Grayscale: #7B7B7B. Windows color (decimal): -251687 or 14231804. OLE color: 14231804.

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

Color convert

RGB 252 40 217 -
CMYK 0 0.84 0.14 0.01
HSL 309.91º 0.97% 0.57% -
HSV(B) 309.91º 0.84% 0.99% -
XYZ 53.43 27.22 68.08 -
YUV 123.57 180.74 219.61 -
System Red Green Blue C M Y K H S L
Decimal 252 40 217 0 0.84 0.14 0.01 309.91 0.97 0.57
Hex FC 28 D9 0 54 E 1 136 61 39
Octal 374 50 331 0 124 16 1 466 141 71
Binary 11111100 101000 11011001 0 1010100 1110 1 100110110 1100001 111001

Color Harmonies of #FC28D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28D9

Black with #FC28D9

Text Example


Text Example

White with #FC28D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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