#F94571

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

Shades of Wild Watermelon #F94571

Tints of Wild Watermelon #F94571

Color information

#F94571 (or 0xF94571) is unknown color: approx Wild Watermelon. HEX triplet: F9, 45 and 71. RGB value is (249,69,113). Sum of RGB (Red+Green+Blue) = 249+69+113=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F94571 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94571 is #06BA8E. Grayscale: #7F7F7F. Windows color (decimal): -440975 or 7423481. OLE color: 7423481.

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

Color convert

RGB24969113-
CMYK00.720.550.02
HSL345.33º93.75%62.35%-
HSV(B)345.33º72.29%97.65%-
XYZ44.1825.5918.23-
YUV127.84119.63214.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.77%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 113 (44.53% from 255) = 26.22%
R=57.77%
G=16.01%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496911300.720.550.02345.3393.7562.35
HexF945710483721595e3e
Octal371105161011067253113676
Binary111110011000101111000101001000110111101010110011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94571; }

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

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

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

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

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

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

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

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