Html Css Color HEX #FC30F8 Razzle Dazzle Rose

📋 copy color: '#FC30F8'

red 252 ◦ green 48 ◦ blue 248

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

Shades of Razzle Dazzle Rose #FC30F8

Tints of Razzle Dazzle Rose #FC30F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.26%

R = 45.99%
G = 8.76%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC30F8 (or 0xFC30F8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 30 and F8. RGB value is (252,48,248). Sum of RGB (Red+Green+Blue) = 252+48+248=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 48 (19.14% from 255 or 8.76% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC30F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC30F8 is #03CF07. Grayscale: #838383. Windows color (decimal): -249608 or 16265468. OLE color: 16265468.

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

Color convert

RGB 252 48 248 -
CMYK 0 0.81 0.02 0.01
HSL 301.18º 0.97% 0.59% -
HSV(B) 301.18º 0.81% 0.99% -
XYZ 58.15 29.59 91.45 -
YUV 131.8 193.59 213.74 -
System Red Green Blue C M Y K H S L
Decimal 252 48 248 0 0.81 0.02 0.01 301.18 0.97 0.59
Hex FC 30 F8 0 51 2 1 12D 61 3B
Octal 374 60 370 0 121 2 1 455 141 73
Binary 11111100 110000 11111000 0 1010001 10 1 100101101 1100001 111011

Color Harmonies of #FC30F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC30F8

Black with #FC30F8

Text Example


Text Example

White with #FC30F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC30F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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