#F95B79

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

Shades of Wild Watermelon #F95B79

Tints of Wild Watermelon #F95B79

Color information

#F95B79 (or 0xF95B79) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5B and 79. RGB value is (249,91,121). Sum of RGB (Red+Green+Blue) = 249+91+121=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F95B79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95B79 is #06A486. Grayscale: #8D8D8D. Windows color (decimal): -435335 or 7953401. OLE color: 7953401.

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

Color convert

RGB24991121-
CMYK00.630.510.02
HSL348.61º92.94%66.67%-
HSV(B)348.61º63.45%97.65%-
XYZ46.262921.25-
YUV141.66116.35204.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.01%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 121 (47.66% from 255) = 26.25%
R=54.01%
G=19.74%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499112100.630.510.02348.6192.9466.67
HexF95B7903F33215d5d43
Octal371133171077632535135103
Binary111110011011011111100101111111100111010101110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95B79; }

 p { color: rgb(249,91,121); }

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

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

 a { background-color: rgb(249,91,121); }

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

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

 span { border-color: rgb(249,91,121); }

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