#FC6599

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

Shades of Brilliant Rose #FC6599

Tints of Brilliant Rose #FC6599

Color information

#FC6599 (or 0xFC6599) is unknown color: approx Brilliant Rose. HEX triplet: FC, 65 and 99. RGB value is (252,101,153). Sum of RGB (Red+Green+Blue) = 252+101+153=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6599 is #039A66. Grayscale: #989898. Windows color (decimal): -236135 or 10053116. OLE color: 10053116.

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

Color convert

RGB252101153-
CMYK00.600.390.01
HSL339.34º96.18%69.22%-
HSV(B)339.34º59.92%98.82%-
XYZ50.5532.333.71-
YUV152.08128.53199.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.80%
GREEN value IS 101 (39.84% from 255) = 19.96%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=49.80%
G=19.96%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210115300.600.390.01339.3496.1869.22
HexFC659903C2711536045
Octal374145231074471523140105
Binary111111001100101100110010111100100111110101001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6599; }

 p { color: rgb(252,101,153); }

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

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

 a { background-color: rgb(252,101,153); }

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

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

 span { border-color: rgb(252,101,153); }

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