#F85777

Color #F85777 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F85777

Tints of Wild Watermelon #F85777

Color information

#F85777 (or 0xF85777) is unknown color: approx Wild Watermelon. HEX triplet: F8, 57 and 77. RGB value is (248,87,119). Sum of RGB (Red+Green+Blue) = 248+87+119=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F85777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85777 is #07A888. Grayscale: #8A8A8A. Windows color (decimal): -501897 or 7821304. OLE color: 7821304.

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

Color convert

RGB24887119-
CMYK00.650.520.03
HSL348.07º92%65.69%-
HSV(B)348.07º64.92%97.25%-
XYZ45.4528.120.48-
YUV138.79116.84205.9-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.63%
GREEN value IS 87 (34.38% from 255) = 19.16%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=54.63%
G=19.16%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488711900.650.520.03348.079265.69
HexF8577704134315c5c42
Octal3701271670101643534134102
Binary1111100010101111110111010000011101001110101110010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85777; }

 p { color: rgb(248,87,119); }

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

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

 a { background-color: rgb(248,87,119); }

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

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

 span { border-color: rgb(248,87,119); }

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