#F85892

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

Shades of French Rose #F85892

Tints of French Rose #F85892

Color information

#F85892 (or 0xF85892) is unknown color: approx French Rose. HEX triplet: F8, 58 and 92. RGB value is (248,88,146). Sum of RGB (Red+Green+Blue) = 248+88+146=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F85892 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85892 is #07A76D. Grayscale: #8E8E8E. Windows color (decimal): -501614 or 9591032. OLE color: 9591032.

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

Color convert

RGB24888146-
CMYK00.650.410.03
HSL338.25º91.95%65.88%-
HSV(B)338.25º64.52%97.25%-
XYZ47.3929.0130.3-
YUV142.45130.01203.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.45%
GREEN value IS 88 (34.77% from 255) = 18.26%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=51.45%
G=18.26%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488814600.650.410.03338.2591.9565.88
HexF858920412931525c42
Octal3701302220101513522134102
Binary11111000101100010010010010000011010011110101001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85892; }

 p { color: rgb(248,88,146); }

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

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

 a { background-color: rgb(248,88,146); }

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

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

 span { border-color: rgb(248,88,146); }

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