Html Css Color HEX #FC30DC Razzle Dazzle Rose

📋 copy color: '#FC30DC'

red 252 ◦ green 48 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FC30DC

Tints of Razzle Dazzle Rose #FC30DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 48.46%
G = 9.23%
B = 42.31%

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

#FC30DC (or 0xFC30DC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and DC. RGB value is (252,48,220). Sum of RGB (Red+Green+Blue) = 252+48+220=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30DC is #03CF23. Grayscale: #808080. Windows color (decimal): -249636 or 14430460. OLE color: 14430460.

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

Color convert

RGB 252 48 220 -
CMYK 0 0.81 0.13 0.01
HSL 309.41º 0.97% 0.59% -
HSV(B) 309.41º 0.81% 0.99% -
XYZ 54.12 27.98 70.26 -
YUV 128.6 179.59 216.01 -
System Red Green Blue C M Y K H S L
Decimal 252 48 220 0 0.81 0.13 0.01 309.41 0.97 0.59
Hex FC 30 DC 0 51 D 1 135 61 3B
Octal 374 60 334 0 121 15 1 465 141 73
Binary 11111100 110000 11011100 0 1010001 1101 1 100110101 1100001 111011

Color Harmonies of #FC30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30DC

Black with #FC30DC

Text Example


Text Example

White with #FC30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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