#F95D5E

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

Shades of Wild Watermelon #F95D5E

Tints of Wild Watermelon #F95D5E

Color information

#F95D5E (or 0xF95D5E) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5D and 5E. RGB value is (249,93,94). Sum of RGB (Red+Green+Blue) = 249+93+94=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95D5E is #06A2A1. Grayscale: #8B8B8B. Windows color (decimal): -434850 or 6184441. OLE color: 6184441.

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

Color convert

RGB2499394-
CMYK00.630.620.02
HSL359.62º92.86%67.06%-
HSV(B)359.62º62.65%97.65%-
XYZ4528.7813.77-
YUV139.76102.18205.92-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.11%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=57.11%
G=21.33%
B=21.56%

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
Decimal249939400.630.620.02359.6292.8667.06
HexF95D5E03F3E21685d43
Octal371135136077762550135103
Binary111110011011101101111001111111111101010110100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95D5E; }

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

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

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

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

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

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

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

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