#FC599A

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

Shades of Brilliant Rose #FC599A

Tints of Brilliant Rose #FC599A

Color information

#FC599A (or 0xFC599A) is unknown color: approx Brilliant Rose. HEX triplet: FC, 59 and 9A. RGB value is (252,89,154). Sum of RGB (Red+Green+Blue) = 252+89+154=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC599A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC599A is #03A665. Grayscale: #919191. Windows color (decimal): -239206 or 10115580. OLE color: 10115580.

HSL color Cylindrical-coordinate representation of color #FC599A: hue angle of 336.07º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC599A is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB25289154-
CMYK00.650.390.01
HSL336.07º96.45%66.86%-
HSV(B)336.07º64.68%98.82%-
XYZ49.5530.1733.78-
YUV145.15133204.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 89 (35.16% from 255) = 17.98%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=50.91%
G=17.98%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528915400.650.390.01336.0796.4566.86
HexFC599A0412711506043
Octal3741312320101471520140103
Binary1111110010110011001101001000001100111110101000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC599A; }

 p { color: rgb(252,89,154); }

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

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

 a { background-color: rgb(252,89,154); }

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

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

 span { border-color: rgb(252,89,154); }

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