#F95D5F

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

Shades of Wild Watermelon #F95D5F

Tints of Wild Watermelon #F95D5F

Color information

#F95D5F (or 0xF95D5F) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5D and 5F. RGB value is (249,93,95). Sum of RGB (Red+Green+Blue) = 249+93+95=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95D5F is #06A2A0. Grayscale: #8C8C8C. Windows color (decimal): -434849 or 6249977. OLE color: 6249977.

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

Color convert

RGB2499395-
CMYK00.630.620.02
HSL359.23º92.86%67.06%-
HSV(B)359.23º62.65%97.65%-
XYZ45.0528.7914.01-
YUV139.87102.68205.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.98%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 95 (37.5% from 255) = 21.74%
R=56.98%
G=21.28%
B=21.74%

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
Decimal249939500.630.620.02359.2392.8667.06
HexF95D5F03F3E21675d43
Octal371135137077762547135103
Binary111110011011101101111101111111111101010110011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95D5F; }

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

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

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

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

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

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

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

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