#FC3FB9

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

Shades of Razzle Dazzle Rose #FC3FB9

Tints of Razzle Dazzle Rose #FC3FB9

Color information

#FC3FB9 (or 0xFC3FB9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3F and B9. RGB value is (252,63,185). Sum of RGB (Red+Green+Blue) = 252+63+185=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3FB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3FB9 is #03C046. Grayscale: #858585. Windows color (decimal): -245831 or 12140540. OLE color: 12140540.

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

Color convert

RGB25263185-
CMYK00.750.270.01
HSL321.27º96.92%61.76%-
HSV(B)321.27º75%98.82%-
XYZ50.6827.7548.58-
YUV133.42157.12212.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.4%
GREEN value IS 63 (25% from 255) = 12.6%
BLUE value IS 185 (72.66% from 255) = 37%
R=50.4%
G=12.6%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526318500.750.270.01321.2796.9261.76
HexFC3FB904B1B1141613e
Octal37477271011333150114176
Binary1111110011111110111001010010111101111010000011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3FB9; }

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

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

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

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

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

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

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

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