#F8575F

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

Shades of Wild Watermelon #F8575F

Tints of Wild Watermelon #F8575F

Color information

#F8575F (or 0xF8575F) is unknown color: approx Wild Watermelon. HEX triplet: F8, 57 and 5F. RGB value is (248,87,95). Sum of RGB (Red+Green+Blue) = 248+87+95=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F8575F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8575F is #07A8A0. Grayscale: #888888. Windows color (decimal): -501921 or 6248440. OLE color: 6248440.

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

Color convert

RGB2488795-
CMYK00.650.620.03
HSL357.02º92%65.69%-
HSV(B)357.02º64.92%97.25%-
XYZ44.1927.613.82-
YUV136.05104.84207.85-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.67%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=57.67%
G=20.23%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248879500.650.620.03357.029265.69
HexF8575F0413E31655c42
Octal3701271370101763545134102
Binary1111100010101111011111010000011111101110110010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8575F; }

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

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

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

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

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

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

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

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