#F85998

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

Shades of Brilliant Rose #F85998

Tints of Brilliant Rose #F85998

Color information

#F85998 (or 0xF85998) is unknown color: approx Brilliant Rose. HEX triplet: F8, 59 and 98. RGB value is (248,89,152). Sum of RGB (Red+Green+Blue) = 248+89+152=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F85998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85998 is #07A667. Grayscale: #8F8F8F. Windows color (decimal): -501352 or 9984504. OLE color: 9984504.

HSL color Cylindrical-coordinate representation of color #F85998: hue angle of 336.23º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F85998 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB24889152-
CMYK00.640.390.03
HSL336.23º91.91%66.08%-
HSV(B)336.23º64.11%97.25%-
XYZ47.9529.3732.85-
YUV143.72132.68202.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.72%
GREEN value IS 89 (35.16% from 255) = 18.20%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=50.72%
G=18.20%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488915200.640.390.03336.2391.9166.08
HexF859980402731505c42
Octal3701312300100473520134102
Binary11111000101100110011000010000001001111110101000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85998; }

 p { color: rgb(248,89,152); }

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

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

 a { background-color: rgb(248,89,152); }

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

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

 span { border-color: rgb(248,89,152); }

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