#f85389

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

Shades of French Rose #F85389

Tints of French Rose #F85389

Color information

#F85389 (or 0xF85389) is unknown color: approx French Rose. HEX triplet: F8, 53 and 89. RGB value is (248,83,137). Sum of RGB (Red+Green+Blue) = 248+83+137=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F85389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85389 is #07AC76. Grayscale: #8A8A8A. Windows color (decimal): -502903 or 8999928. OLE color: 8999928.

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

Color convert

RGB24883137-
CMYK00.670.450.03
HSL340.36º92.18%64.9%-
HSV(B)340.36º66.53%97.25%-
XYZ46.3227.9526.62-
YUV138.49127.16206.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.99%
GREEN value IS 83 (32.81% from 255) = 17.74%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=52.99%
G=17.74%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488313700.670.450.03340.3692.1864.9
HexF853890432D31545c41
Octal3701232110103553524134101
Binary11111000101001110001001010000111011011110101010010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f85389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f85389; }

 p { color: rgb(248,83,137); }

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

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

 a { background-color: rgb(248,83,137); }

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

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

 span { border-color: rgb(248,83,137); }

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