#F95868

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

Shades of Wild Watermelon #F95868

Tints of Wild Watermelon #F95868

Color information

#F95868 (or 0xF95868) is unknown color: approx Wild Watermelon. HEX triplet: F9, 58 and 68. RGB value is (249,88,104). Sum of RGB (Red+Green+Blue) = 249+88+104=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F95868 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95868 is #06A797. Grayscale: #8A8A8A. Windows color (decimal): -436120 or 6838521. OLE color: 6838521.

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

Color convert

RGB24988104-
CMYK00.650.580.02
HSL354.04º93.06%66.08%-
HSV(B)354.04º64.66%97.65%-
XYZ45.0628.1216.15-
YUV137.96108.84207.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.46%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=56.46%
G=19.95%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498810400.650.580.02354.0493.0666.08
HexF958680413A21625d42
Octal3711301500101722542135102
Binary1111100110110001101000010000011110101010110001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95868; }

 p { color: rgb(249,88,104); }

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

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

 a { background-color: rgb(249,88,104); }

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

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

 span { border-color: rgb(249,88,104); }

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