#F95368

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

Shades of Wild Watermelon #F95368

Tints of Wild Watermelon #F95368

Color information

#F95368 (or 0xF95368) is unknown color: approx Wild Watermelon. HEX triplet: F9, 53 and 68. RGB value is (249,83,104). Sum of RGB (Red+Green+Blue) = 249+83+104=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F95368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95368 is #06AC97. Grayscale: #878787. Windows color (decimal): -437400 or 6837241. OLE color: 6837241.

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

Color convert

RGB24983104-
CMYK00.670.580.02
HSL352.41º93.26%65.1%-
HSV(B)352.41º66.67%97.65%-
XYZ44.6627.3316.02-
YUV135.03110.5209.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.11%
GREEN value IS 83 (32.81% from 255) = 19.04%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=57.11%
G=19.04%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498310400.670.580.02352.4193.2665.1
HexF953680433A21605d41
Octal3711231500103722540135101
Binary1111100110100111101000010000111110101010110000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95368; }

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

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

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

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

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

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

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

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