#FC3AB5

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

Shades of Razzle Dazzle Rose #FC3AB5

Tints of Razzle Dazzle Rose #FC3AB5

Color information

#FC3AB5 (or 0xFC3AB5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 3A and B5. RGB value is (252,58,181). Sum of RGB (Red+Green+Blue) = 252+58+181=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3AB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3AB5 is #03C54A. Grayscale: #818181. Windows color (decimal): -247115 or 11877116. OLE color: 11877116.

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

Color convert

RGB25258181-
CMYK00.770.280.01
HSL321.96º97%60.78%-
HSV(B)321.96º76.98%98.82%-
XYZ5027.0646.3-
YUV130.03156.77215-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.32%
GREEN value IS 58 (23.05% from 255) = 11.81%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=51.32%
G=11.81%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525818100.770.280.01321.969760.78
HexFC3AB504D1C1142613d
Octal37472265011534150214175
Binary1111110011101010110101010011011110011010000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3AB5; }

 p { color: rgb(252,58,181); }

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

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

 a { background-color: rgb(252,58,181); }

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

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

 span { border-color: rgb(252,58,181); }

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