#F56098

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

Shades of Brilliant Rose #F56098

Tints of Brilliant Rose #F56098

Color information

#F56098 (or 0xF56098) is unknown color: approx Brilliant Rose. HEX triplet: F5, 60 and 98. RGB value is (245,96,152). Sum of RGB (Red+Green+Blue) = 245+96+152=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F56098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56098 is #0A9F67. Grayscale: #929292. Windows color (decimal): -696168 or 9986293. OLE color: 9986293.

HSL color Cylindrical-coordinate representation of color #F56098: hue angle of 337.45º 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 #F56098 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB24596152-
CMYK00.610.380.04
HSL337.45º88.17%66.86%-
HSV(B)337.45º60.82%96.08%-
XYZ47.5130.0533-
YUV146.94130.86197.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.70%
GREEN value IS 96 (37.89% from 255) = 19.47%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=49.70%
G=19.47%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459615200.610.380.04337.4588.1766.86
HexF5609803D2641515843
Octal365140230075464521130103
Binary11110101110000010011000011110110011010010101000110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56098; }

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

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

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

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

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

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

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

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