#FC3FC2

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

Shades of Razzle Dazzle Rose #FC3FC2

Tints of Razzle Dazzle Rose #FC3FC2

Color information

#FC3FC2 (or 0xFC3FC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3F and C2. RGB value is (252,63,194). Sum of RGB (Red+Green+Blue) = 252+63+194=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3FC2 is #03C03D. Grayscale: #868686. Windows color (decimal): -245822 or 12730364. OLE color: 12730364.

HSL color Cylindrical-coordinate representation of color #FC3FC2: hue angle of 318.41º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3FC2 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB25263194-
CMYK00.750.230.01
HSL318.41º96.92%61.76%-
HSV(B)318.41º75%98.82%-
XYZ51.6628.1553.75-
YUV134.44161.62211.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.51%
GREEN value IS 63 (25% from 255) = 12.38%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=49.51%
G=12.38%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526319400.750.230.01318.4196.9261.76
HexFC3FC204B17113e613e
Octal37477302011327147614176
Binary1111110011111111000010010010111011111001111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3FC2; }

 p { color: rgb(252,63,194); }

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

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

 a { background-color: rgb(252,63,194); }

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

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

 span { border-color: rgb(252,63,194); }

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