#F95C5E

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

Shades of Wild Watermelon #F95C5E

Tints of Wild Watermelon #F95C5E

Color information

#F95C5E (or 0xF95C5E) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5C and 5E. RGB value is (249,92,94). Sum of RGB (Red+Green+Blue) = 249+92+94=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95C5E is #06A3A1. Grayscale: #8B8B8B. Windows color (decimal): -435106 or 6184185. OLE color: 6184185.

HSL color Cylindrical-coordinate representation of color #F95C5E: hue angle of 359.24º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95C5E is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB2499294-
CMYK00.630.620.02
HSL359.24º92.9%66.86%-
HSV(B)359.24º63.05%97.65%-
XYZ44.9128.613.74-
YUV139.17102.51206.34-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 94 (37.11% from 255) = 21.61%
R=57.24%
G=21.15%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249929400.630.620.02359.2492.966.86
HexF95C5E03F3E21675d43
Octal371134136077762547135103
Binary111110011011100101111001111111111101010110011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95C5E; }

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

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

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

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

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

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

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

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