#F85295

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

Shades of French Rose #F85295

Tints of French Rose #F85295

Color information

#F85295 (or 0xF85295) is unknown color: approx French Rose. HEX triplet: F8, 52 and 95. RGB value is (248,82,149). Sum of RGB (Red+Green+Blue) = 248+82+149=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F85295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85295 is #07AD6A. Grayscale: #8B8B8B. Windows color (decimal): -503147 or 9786104. OLE color: 9786104.

HSL color Cylindrical-coordinate representation of color #F85295: hue angle of 335.78º 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 #F85295 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB24882149-
CMYK00.670.400.03
HSL335.78º92.22%64.71%-
HSV(B)335.78º66.94%97.25%-
XYZ47.1528.1631.38-
YUV139.27133.5205.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.77%
GREEN value IS 82 (32.42% from 255) = 17.12%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=51.77%
G=17.12%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488214900.670.400.03335.7892.2264.71
HexF852950432831505c41
Octal3701222250103503520134101
Binary11111000101001010010101010000111010001110101000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85295; }

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

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

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

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

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

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

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

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