#F94771

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

Shades of Wild Watermelon #F94771

Tints of Wild Watermelon #F94771

Color information

#F94771 (or 0xF94771) is unknown color: approx Wild Watermelon. HEX triplet: F9, 47 and 71. RGB value is (249,71,113). Sum of RGB (Red+Green+Blue) = 249+71+113=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F94771 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94771 is #06B88E. Grayscale: #818181. Windows color (decimal): -440463 or 7423993. OLE color: 7423993.

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

Color convert

RGB24971113-
CMYK00.710.550.02
HSL345.84º93.68%62.75%-
HSV(B)345.84º71.49%97.65%-
XYZ44.325.8418.28-
YUV129.01118.97213.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.51%
GREEN value IS 71 (28.12% from 255) = 16.40%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=57.51%
G=16.40%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497111300.710.550.02345.8493.6862.75
HexF9477104737215a5e3f
Octal371107161010767253213677
Binary111110011000111111000101000111110111101010110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94771; }

 p { color: rgb(249,71,113); }

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

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

 a { background-color: rgb(249,71,113); }

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

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

 span { border-color: rgb(249,71,113); }

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