#F95070

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

Shades of Wild Watermelon #F95070

Tints of Wild Watermelon #F95070

Color information

#F95070 (or 0xF95070) is unknown color: approx Wild Watermelon. HEX triplet: F9, 50 and 70. RGB value is (249,80,112). Sum of RGB (Red+Green+Blue) = 249+80+112=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F95070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95070 is #06AF8F. Grayscale: #868686. Windows color (decimal): -438160 or 7360761. OLE color: 7360761.

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

Color convert

RGB24980112-
CMYK00.680.550.02
HSL348.64º93.37%64.51%-
HSV(B)348.64º67.87%97.65%-
XYZ44.8627.0518.19-
YUV134.18115.49209.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.46%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=56.46%
G=18.14%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498011200.680.550.02348.6493.3764.51
HexF9507004437215d5d41
Octal3711201600104672535135101
Binary1111100110100001110000010001001101111010101110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95070; }

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

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

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

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

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

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

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

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