Html Css Color HEX #FC30DB Razzle Dazzle Rose

📋 copy color: '#FC30DB'

red 252 ◦ green 48 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC30DB

Tints of Razzle Dazzle Rose #FC30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.25%

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

R = 48.55%
G = 9.25%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC30DB (or 0xFC30DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and DB. RGB value is (252,48,219). Sum of RGB (Red+Green+Blue) = 252+48+219=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30DB is #03CF24. Grayscale: #808080. Windows color (decimal): -249637 or 14364924. OLE color: 14364924.

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

Color convert

RGB 252 48 219 -
CMYK 0 0.81 0.13 0.01
HSL 309.71º 0.97% 0.59% -
HSV(B) 309.71º 0.81% 0.99% -
XYZ 53.99 27.92 69.56 -
YUV 128.49 179.09 216.1 -
System Red Green Blue C M Y K H S L
Decimal 252 48 219 0 0.81 0.13 0.01 309.71 0.97 0.59
Hex FC 30 DB 0 51 D 1 136 61 3B
Octal 374 60 333 0 121 15 1 466 141 73
Binary 11111100 110000 11011011 0 1010001 1101 1 100110110 1100001 111011

Color Harmonies of #FC30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30DB

Black with #FC30DB

Text Example


Text Example

White with #FC30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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