#F84988

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

Shades of French Rose #F84988

Tints of French Rose #F84988

Color information

#F84988 (or 0xF84988) is unknown color: approx French Rose. HEX triplet: F8, 49 and 88. RGB value is (248,73,136). Sum of RGB (Red+Green+Blue) = 248+73+136=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F84988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84988 is #07B677. Grayscale: #848484. Windows color (decimal): -505464 or 8931832. OLE color: 8931832.

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

Color convert

RGB24873136-
CMYK00.710.450.03
HSL338.4º92.59%62.94%-
HSV(B)338.4º70.56%97.25%-
XYZ45.5426.526.01-
YUV132.51129.98210.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.27%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 136 (53.52% from 255) = 29.76%
R=54.27%
G=15.97%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487313600.710.450.03338.492.5962.94
HexF849880472D31525d3f
Octal370111210010755352213577
Binary1111100010010011000100001000111101101111010100101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84988; }

 p { color: rgb(248,73,136); }

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

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

 a { background-color: rgb(248,73,136); }

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

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

 span { border-color: rgb(248,73,136); }

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