#F95A61

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

Shades of Wild Watermelon #F95A61

Tints of Wild Watermelon #F95A61

Color information

#F95A61 (or 0xF95A61) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5A and 61. RGB value is (249,90,97). Sum of RGB (Red+Green+Blue) = 249+90+97=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95A61 is #06A59E. Grayscale: #8A8A8A. Windows color (decimal): -435615 or 6380281. OLE color: 6380281.

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

Color convert

RGB2499097-
CMYK00.640.610.02
HSL357.36º92.98%66.47%-
HSV(B)357.36º63.86%97.65%-
XYZ44.8828.3214.41-
YUV138.34104.68206.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.11%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=57.11%
G=20.64%
B=22.25%

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
Decimal249909700.640.610.02357.3692.9866.47
HexF95A610403D21655d42
Octal3711321410100752545135102
Binary1111100110110101100001010000001111011010110010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95A61; }

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

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

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

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

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

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

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

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