#F9696F

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

Shades of Wild Watermelon #F9696F

Tints of Wild Watermelon #F9696F

Color information

#F9696F (or 0xF9696F) is unknown color: approx Wild Watermelon. HEX triplet: F9, 69 and 6F. RGB value is (249,105,111). Sum of RGB (Red+Green+Blue) = 249+105+111=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F9696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9696F is #069690. Grayscale: #949494. Windows color (decimal): -431761 or 7301625. OLE color: 7301625.

HSL color Cylindrical-coordinate representation of color #F9696F: hue angle of 357.5º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9696F is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB249105111-
CMYK00.580.550.02
HSL357.5º92.31%69.41%-
HSV(B)357.5º57.83%97.65%-
XYZ46.9931.3918.62-
YUV148.74106.71199.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.55%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=53.55%
G=22.58%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910511100.580.550.02357.592.3169.41
HexF9696F03A3721665c45
Octal371151157072672546134105
Binary111110011101001110111101110101101111010110011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9696F; }

 p { color: rgb(249,105,111); }

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

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

 a { background-color: rgb(249,105,111); }

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

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

 span { border-color: rgb(249,105,111); }

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