Html Css Color HEX #FC30DD Razzle Dazzle Rose

📋 copy color: '#FC30DD'

red 252 ◦ green 48 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FC30DD

Tints of Razzle Dazzle Rose #FC30DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 48.37%
G = 9.21%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC30DD (or 0xFC30DD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and DD. RGB value is (252,48,221). Sum of RGB (Red+Green+Blue) = 252+48+221=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 48 (19.14% from 255 or 9.21% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC30DD is #03CF22. Grayscale: #808080. Windows color (decimal): -249635 or 14495996. OLE color: 14495996.

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

Color convert

RGB 252 48 221 -
CMYK 0 0.81 0.12 0.01
HSL 309.12º 0.97% 0.59% -
HSV(B) 309.12º 0.81% 0.99% -
XYZ 54.25 28.03 70.96 -
YUV 128.72 180.09 215.93 -
System Red Green Blue C M Y K H S L
Decimal 252 48 221 0 0.81 0.12 0.01 309.12 0.97 0.59
Hex FC 30 DD 0 51 C 1 135 61 3B
Octal 374 60 335 0 121 14 1 465 141 73
Binary 11111100 110000 11011101 0 1010001 1100 1 100110101 1100001 111011

Color Harmonies of #FC30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30DD

Black with #FC30DD

Text Example


Text Example

White with #FC30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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