#FC6598

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

Shades of Brilliant Rose #FC6598

Tints of Brilliant Rose #FC6598

Color information

#FC6598 (or 0xFC6598) is unknown color: approx Brilliant Rose. HEX triplet: FC, 65 and 98. RGB value is (252,101,152). Sum of RGB (Red+Green+Blue) = 252+101+152=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6598 is #039A67. Grayscale: #979797. Windows color (decimal): -236136 or 9987580. OLE color: 9987580.

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

Color convert

RGB252101152-
CMYK00.600.400.01
HSL339.74º96.18%69.22%-
HSV(B)339.74º59.92%98.82%-
XYZ50.4732.2733.27-
YUV151.96128.03199.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.90%
GREEN value IS 101 (39.84% from 255) = 20%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=49.90%
G=20%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210115200.600.400.01339.7496.1869.22
HexFC659803C2811546045
Octal374145230074501524140105
Binary111111001100101100110000111100101000110101010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6598; }

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

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

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

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

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

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

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

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