#F95D60

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

Shades of Wild Watermelon #F95D60

Tints of Wild Watermelon #F95D60

Color information

#F95D60 (or 0xF95D60) is unknown color: approx Wild Watermelon. HEX triplet: F9, 5D and 60. RGB value is (249,93,96). Sum of RGB (Red+Green+Blue) = 249+93+96=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95D60 is #06A29F. Grayscale: #8C8C8C. Windows color (decimal): -434848 or 6315513. OLE color: 6315513.

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

Color convert

RGB2499396-
CMYK00.630.610.02
HSL358.85º92.86%67.06%-
HSV(B)358.85º62.65%97.65%-
XYZ45.0928.8114.25-
YUV139.99103.18205.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.85%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 96 (37.89% from 255) = 21.92%
R=56.85%
G=21.23%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249939600.630.610.02358.8592.8667.06
HexF95D6003F3D21675d43
Octal371135140077752547135103
Binary111110011011101110000001111111111011010110011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95D60; }

 p { color: rgb(249,93,96); }

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

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

 a { background-color: rgb(249,93,96); }

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

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

 span { border-color: rgb(249,93,96); }

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