#F85F95

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

Shades of Brilliant Rose #F85F95

Tints of Brilliant Rose #F85F95

Color information

#F85F95 (or 0xF85F95) is unknown color: approx Brilliant Rose. HEX triplet: F8, 5F and 95. RGB value is (248,95,149). Sum of RGB (Red+Green+Blue) = 248+95+149=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85F95 is #07A06A. Grayscale: #929292. Windows color (decimal): -499819 or 9789432. OLE color: 9789432.

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

Color convert

RGB24895149-
CMYK00.620.400.03
HSL338.82º91.62%67.25%-
HSV(B)338.82º61.69%97.25%-
XYZ48.2330.3131.74-
YUV146.9129.19200.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.41%
GREEN value IS 95 (37.5% from 255) = 19.31%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=50.41%
G=19.31%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489514900.620.400.03338.8291.6267.25
HexF85F9503E2831535c43
Octal370137225076503523134103
Binary1111100010111111001010101111101010001110101001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85F95; }

 p { color: rgb(248,95,149); }

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

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

 a { background-color: rgb(248,95,149); }

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

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

 span { border-color: rgb(248,95,149); }

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