#F95A60

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

Shades of Wild Watermelon #F95A60

Tints of Wild Watermelon #F95A60

Color information

#F95A60 (or 0xF95A60) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5A and 60. RGB value is (249,90,96). Sum of RGB (Red+Green+Blue) = 249+90+96=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95A60 is #06A59F. Grayscale: #8A8A8A. Windows color (decimal): -435616 or 6314745. OLE color: 6314745.

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

Color convert

RGB2499096-
CMYK00.640.610.02
HSL357.74º92.98%66.47%-
HSV(B)357.74º63.86%97.65%-
XYZ44.8328.314.17-
YUV138.22104.18207.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=57.24%
G=20.69%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249909600.640.610.02357.7492.9866.47
HexF95A600403D21665d42
Octal3711321400100752546135102
Binary1111100110110101100000010000001111011010110011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95A60; }

 p { color: rgb(249,90,96); }

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

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

 a { background-color: rgb(249,90,96); }

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

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

 span { border-color: rgb(249,90,96); }

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