#FC3FC3

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

Shades of Razzle Dazzle Rose #FC3FC3

Tints of Razzle Dazzle Rose #FC3FC3

Color information

#FC3FC3 (or 0xFC3FC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3F and C3. RGB value is (252,63,195). Sum of RGB (Red+Green+Blue) = 252+63+195=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 63 (25% from 255 or 12.35% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3FC3 is #03C03C. Grayscale: #868686. Windows color (decimal): -245821 or 12795900. OLE color: 12795900.

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

Color convert

RGB25263195-
CMYK00.750.230.01
HSL318.1º96.92%61.76%-
HSV(B)318.1º75%98.82%-
XYZ51.7728.1954.34-
YUV134.56162.12211.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.41%
GREEN value IS 63 (25% from 255) = 12.35%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=49.41%
G=12.35%
B=38.24%

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
Decimal2526319500.750.230.01318.196.9261.76
HexFC3FC304B17113e613e
Octal37477303011327147614176
Binary1111110011111111000011010010111011111001111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3FC3; }

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

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

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

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

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

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

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

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