Html Css Color HEX #FC30EC Razzle Dazzle Rose

📋 copy color: '#FC30EC'

red 252 ◦ green 48 ◦ blue 236

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

Shades of Razzle Dazzle Rose #FC30EC

Tints of Razzle Dazzle Rose #FC30EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 47.01%
G = 8.96%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC30EC (or 0xFC30EC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and EC. RGB value is (252,48,236). Sum of RGB (Red+Green+Blue) = 252+48+236=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 48 (19.14% from 255 or 8.96% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30EC is #03CF13. Grayscale: #818181. Windows color (decimal): -249620 or 15479036. OLE color: 15479036.

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

Color convert

RGB 252 48 236 -
CMYK 0 0.81 0.06 0.01
HSL 304.71º 0.97% 0.59% -
HSV(B) 304.71º 0.81% 0.99% -
XYZ 56.34 28.87 81.96 -
YUV 130.43 187.59 214.71 -
System Red Green Blue C M Y K H S L
Decimal 252 48 236 0 0.81 0.06 0.01 304.71 0.97 0.59
Hex FC 30 EC 0 51 6 1 131 61 3B
Octal 374 60 354 0 121 6 1 461 141 73
Binary 11111100 110000 11101100 0 1010001 110 1 100110001 1100001 111011

Color Harmonies of #FC30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30EC

Black with #FC30EC

Text Example


Text Example

White with #FC30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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