#F94574

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

Shades of Wild Watermelon #F94574

Tints of Wild Watermelon #F94574

Color information

#F94574 (or 0xF94574) is unknown color: approx Wild Watermelon. HEX triplet: F9, 45 and 74. RGB value is (249,69,116). Sum of RGB (Red+Green+Blue) = 249+69+116=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F94574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94574 is #06BA8B. Grayscale: #808080. Windows color (decimal): -440972 or 7620089. OLE color: 7620089.

HSL color Cylindrical-coordinate representation of color #F94574: hue angle of 344.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 #F94574 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB24969116-
CMYK00.720.530.02
HSL344.33º93.75%62.35%-
HSV(B)344.33º72.29%97.65%-
XYZ44.3525.6619.14-
YUV128.18121.13214.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.37%
GREEN value IS 69 (27.34% from 255) = 15.90%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=57.37%
G=15.90%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496911600.720.530.02344.3393.7562.35
HexF945740483521585e3e
Octal371105164011065253013676
Binary111110011000101111010001001000110101101010110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94574; }

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

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

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

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

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

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

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

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