#F85384

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

Shades of French Rose #F85384

Tints of French Rose #F85384

Color information

#F85384 (or 0xF85384) is unknown color: approx French Rose. HEX triplet: F8, 53 and 84. RGB value is (248,83,132). Sum of RGB (Red+Green+Blue) = 248+83+132=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F85384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85384 is #07AC7B. Grayscale: #898989. Windows color (decimal): -502908 or 8672248. OLE color: 8672248.

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

Color convert

RGB24883132-
CMYK00.670.470.03
HSL342.18º92.18%64.9%-
HSV(B)342.18º66.53%97.25%-
XYZ45.9727.8124.77-
YUV137.92124.66206.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.56%
GREEN value IS 83 (32.81% from 255) = 17.93%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=53.56%
G=17.93%
B=28.51%

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
Decimal2488313200.670.470.03342.1892.1864.9
HexF853840432F31565c41
Octal3701232040103573526134101
Binary11111000101001110000100010000111011111110101011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85384; }

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

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

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

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

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

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

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

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