Html Css Color HEX #FC28DB Razzle Dazzle Rose

📋 copy color: '#FC28DB'

red 252 ◦ green 40 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC28DB

Tints of Razzle Dazzle Rose #FC28DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 49.32%
G = 7.83%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC28DB (or 0xFC28DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 28 and DB. RGB value is (252,40,219). Sum of RGB (Red+Green+Blue) = 252+40+219=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 40 (16.02% from 255 or 7.83% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28DB is #03D724. Grayscale: #7B7B7B. Windows color (decimal): -251685 or 14362876. OLE color: 14362876.

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

Color convert

RGB 252 40 219 -
CMYK 0 0.84 0.13 0.01
HSL 309.34º 0.97% 0.57% -
HSV(B) 309.34º 0.84% 0.99% -
XYZ 53.69 27.33 69.46 -
YUV 123.79 181.74 219.45 -
System Red Green Blue C M Y K H S L
Decimal 252 40 219 0 0.84 0.13 0.01 309.34 0.97 0.57
Hex FC 28 DB 0 54 D 1 135 61 39
Octal 374 50 333 0 124 15 1 465 141 71
Binary 11111100 101000 11011011 0 1010100 1101 1 100110101 1100001 111001

Color Harmonies of #FC28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC28DB

Black with #FC28DB

Text Example


Text Example

White with #FC28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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