#F95A62

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

Shades of Wild Watermelon #F95A62

Tints of Wild Watermelon #F95A62

Color information

#F95A62 (or 0xF95A62) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5A and 62. RGB value is (249,90,98). Sum of RGB (Red+Green+Blue) = 249+90+98=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95A62 is #06A59D. Grayscale: #8A8A8A. Windows color (decimal): -435614 or 6445817. OLE color: 6445817.

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

Color convert

RGB2499098-
CMYK00.640.610.02
HSL356.98º92.98%66.47%-
HSV(B)356.98º63.86%97.65%-
XYZ44.9328.3314.66-
YUV138.45105.18206.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.98%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 98 (38.67% from 255) = 22.43%
R=56.98%
G=20.59%
B=22.43%

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
Decimal249909800.640.610.02356.9892.9866.47
HexF95A620403D21655d42
Octal3711321420100752545135102
Binary1111100110110101100010010000001111011010110010110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95A62; }

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

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

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

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

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

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

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

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