#F85C5F

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

Shades of Wild Watermelon #F85C5F

Tints of Wild Watermelon #F85C5F

Color information

#F85C5F (or 0xF85C5F) is unknown color: approx Wild Watermelon. HEX triplet: F8, 5C and 5F. RGB value is (248,92,95). Sum of RGB (Red+Green+Blue) = 248+92+95=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85C5F is #07A3A0. Grayscale: #8B8B8B. Windows color (decimal): -500641 or 6249720. OLE color: 6249720.

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

Color convert

RGB2489295-
CMYK00.630.620.03
HSL358.85º91.76%66.67%-
HSV(B)358.85º62.9%97.25%-
XYZ44.628.4413.96-
YUV138.99103.18205.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.01%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=57.01%
G=21.15%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248929500.630.620.03358.8591.7666.67
HexF85C5F03F3E31675c43
Octal370134137077763547134103
Binary111110001011100101111101111111111101110110011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85C5F; }

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

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

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

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

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

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

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

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