#F75C5E

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

Shades of Wild Watermelon #F75C5E

Tints of Wild Watermelon #F75C5E

Color information

#F75C5E (or 0xF75C5E) is unknown color: approx Wild Watermelon. HEX triplet: F7, 5C and 5E. RGB value is (247,92,94). Sum of RGB (Red+Green+Blue) = 247+92+94=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C5E is #08A3A1. Grayscale: #8A8A8A. Windows color (decimal): -566178 or 6184183. OLE color: 6184183.

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

Color convert

RGB2479294-
CMYK00.630.620.03
HSL359.23º90.64%66.47%-
HSV(B)359.23º62.75%96.86%-
XYZ44.2128.2413.71-
YUV138.57102.85205.34-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 57.04%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=57.04%
G=21.25%
B=21.71%

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
Decimal247929400.630.620.03359.2390.6466.47
HexF75C5E03F3E31675b42
Octal367134136077763547133102
Binary111101111011100101111001111111111101110110011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75C5E; }

 p { color: rgb(247,92,94); }

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

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

 a { background-color: rgb(247,92,94); }

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

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

 span { border-color: rgb(247,92,94); }

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