#FC33FA

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

Shades of Razzle Dazzle Rose #FC33FA

Tints of Razzle Dazzle Rose #FC33FA

Color information

#FC33FA (or 0xFC33FA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 33 and FA. RGB value is (252,51,250). Sum of RGB (Red+Green+Blue) = 252+51+250=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 51 (20.31% from 255 or 9.22% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC33FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC33FA is #03CC05. Grayscale: #858585. Windows color (decimal): -248838 or 16397308. OLE color: 16397308.

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

Color convert

RGB25251250-
CMYK00.800.010.01
HSL300.6º97.1%59.41%-
HSV(B)300.6º79.76%98.82%-
XYZ58.5829.9793.14-
YUV133.78193.59212.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.57%
GREEN value IS 51 (20.31% from 255) = 9.22%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=45.57%
G=9.22%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525125000.800.010.01300.697.159.41
HexFC33FA0501112d613b
Octal3746337201201145514173
Binary111111001100111111101001010000111001011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC33FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC33FA; }

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

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

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

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

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

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

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

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