#F94C70

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

Shades of Wild Watermelon #F94C70

Tints of Wild Watermelon #F94C70

Color information

#F94C70 (or 0xF94C70) is unknown color: approx Wild Watermelon. HEX triplet: F9, 4C and 70. RGB value is (249,76,112). Sum of RGB (Red+Green+Blue) = 249+76+112=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C70 is #06B38F. Grayscale: #838383. Windows color (decimal): -439184 or 7359737. OLE color: 7359737.

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

Color convert

RGB24976112-
CMYK00.690.550.02
HSL347.51º93.51%63.73%-
HSV(B)347.51º69.48%97.65%-
XYZ44.5826.4818.09-
YUV131.83116.81211.57-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.98%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=56.98%
G=17.39%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497611200.690.550.02347.5193.5163.73
HexF94C7004537215c5e40
Octal3711141600105672534136100
Binary1111100110011001110000010001011101111010101110010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94C70; }

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

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

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

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

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

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

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

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