#F85383

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

Shades of French Rose #F85383

Tints of French Rose #F85383

Color information

#F85383 (or 0xF85383) is unknown color: approx French Rose. HEX triplet: F8, 53 and 83. RGB value is (248,83,131). Sum of RGB (Red+Green+Blue) = 248+83+131=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F85383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85383 is #07AC7C. Grayscale: #898989. Windows color (decimal): -502909 or 8606712. OLE color: 8606712.

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

Color convert

RGB24883131-
CMYK00.670.470.03
HSL342.55º92.18%64.9%-
HSV(B)342.55º66.53%97.25%-
XYZ45.927.7824.42-
YUV137.81124.16206.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.68%
GREEN value IS 83 (32.81% from 255) = 17.97%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=53.68%
G=17.97%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488313100.670.470.03342.5592.1864.9
HexF853830432F31575c41
Octal3701232030103573527134101
Binary11111000101001110000011010000111011111110101011110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85383; }

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

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

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

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

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

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

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

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