#F85C78

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

Shades of Wild Watermelon #F85C78

Tints of Wild Watermelon #F85C78

Color information

#F85C78 (or 0xF85C78) is unknown color: approx Wild Watermelon. HEX triplet: F8, 5C and 78. RGB value is (248,92,120). Sum of RGB (Red+Green+Blue) = 248+92+120=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C78 is #07A387. Grayscale: #8D8D8D. Windows color (decimal): -500616 or 7888120. OLE color: 7888120.

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

Color convert

RGB24892120-
CMYK00.630.520.03
HSL349.23º91.76%66.67%-
HSV(B)349.23º62.9%97.25%-
XYZ45.9328.9720.94-
YUV141.84115.68203.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.91%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=53.91%
G=20%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489212000.630.520.03349.2391.7666.67
HexF85C7803F34315d5c43
Octal370134170077643535134103
Binary111110001011100111100001111111101001110101110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85C78; }

 p { color: rgb(248,92,120); }

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

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

 a { background-color: rgb(248,92,120); }

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

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

 span { border-color: rgb(248,92,120); }

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