#F56096

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

Shades of Brilliant Rose #F56096

Tints of Brilliant Rose #F56096

Color information

#F56096 (or 0xF56096) is unknown color: approx Brilliant Rose. HEX triplet: F5, 60 and 96. RGB value is (245,96,150). Sum of RGB (Red+Green+Blue) = 245+96+150=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F56096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56096 is #0A9F69. Grayscale: #929292. Windows color (decimal): -696170 or 9855221. OLE color: 9855221.

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

Color convert

RGB24596150-
CMYK00.610.390.04
HSL338.26º88.17%66.86%-
HSV(B)338.26º60.82%96.08%-
XYZ47.3429.9832.15-
YUV146.71129.86198.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.90%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 150 (58.98% from 255) = 30.55%
R=49.90%
G=19.55%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459615000.610.390.04338.2688.1766.86
HexF5609603D2741525843
Octal365140226075474522130103
Binary11110101110000010010110011110110011110010101001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56096; }

 p { color: rgb(245,96,150); }

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

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

 a { background-color: rgb(245,96,150); }

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

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

 span { border-color: rgb(245,96,150); }

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