#F559A5

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

Shades of Brilliant Rose #F559A5

Tints of Brilliant Rose #F559A5

Color information

#F559A5 (or 0xF559A5) is unknown color: approx Brilliant Rose. HEX triplet: F5, 59 and A5. RGB value is (245,89,165). Sum of RGB (Red+Green+Blue) = 245+89+165=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F559A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F559A5 is #0AA65A. Grayscale: #909090. Windows color (decimal): -697947 or 10836469. OLE color: 10836469.

HSL color Cylindrical-coordinate representation of color #F559A5: hue angle of 330.77º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F559A5 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB24589165-
CMYK00.640.330.04
HSL330.77º88.64%65.49%-
HSV(B)330.77º63.67%96.08%-
XYZ48.0229.2738.72-
YUV144.31139.68199.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.10%
GREEN value IS 89 (35.16% from 255) = 17.84%
BLUE value IS 165 (64.84% from 255) = 33.07%
R=49.10%
G=17.84%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458916500.640.330.04330.7788.6465.49
HexF559A504021414b5941
Octal3651312450100414513131101
Binary111101011011001101001010100000010000110010100101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F559A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F559A5; }

 p { color: rgb(245,89,165); }

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

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

 a { background-color: rgb(245,89,165); }

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

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

 span { border-color: rgb(245,89,165); }

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