#FC33F8

Color #FC33F8 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FC33F8

Tints of Razzle Dazzle Rose #FC33F8

Color information

#FC33F8 (or 0xFC33F8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 33 and F8. RGB value is (252,51,248). Sum of RGB (Red+Green+Blue) = 252+51+248=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 51 (20.31% from 255 or 9.26% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC33F8 is #03CC07. Grayscale: #848484. Windows color (decimal): -248840 or 16266236. OLE color: 16266236.

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

Color convert

RGB25251248-
CMYK00.800.020.01
HSL301.19º97.1%59.41%-
HSV(B)301.19º79.76%98.82%-
XYZ58.2729.8491.5-
YUV133.56192.59212.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.74%
GREEN value IS 51 (20.31% from 255) = 9.26%
BLUE value IS 248 (97.27% from 255) = 45.01%
R=45.74%
G=9.26%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525124800.800.020.01301.1997.159.41
HexFC33F80502112d613b
Octal3746337001202145514173
Binary1111110011001111111000010100001011001011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC33F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC33F8; }

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

 H1.HeaderClassName
 {
   color: #FC33F8;
 }
 .AnyTagClassName
 {
   color: #FC33F8;
 }
</style>
background-color css

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

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

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

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

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

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