#f95370

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

Shades of Wild Watermelon #F95370

Tints of Wild Watermelon #F95370

Color information

#F95370 (or 0xF95370) is unknown color: approx Wild Watermelon. HEX triplet: F9, 53 and 70. RGB value is (249,83,112). Sum of RGB (Red+Green+Blue) = 249+83+112=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F95370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95370 is #06AC8F. Grayscale: #878787. Windows color (decimal): -437392 or 7361529. OLE color: 7361529.

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

Color convert

RGB24983112-
CMYK00.670.550.02
HSL349.52º93.26%65.1%-
HSV(B)349.52º66.67%97.65%-
XYZ45.0827.518.26-
YUV135.94114.5208.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.08%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=56.08%
G=18.69%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498311200.670.550.02349.5293.2665.1
HexF9537004337215e5d41
Octal3711231600103672536135101
Binary1111100110100111110000010000111101111010101111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f95370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f95370; }

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

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

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

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

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

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

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

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