#F94D69

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

Shades of Wild Watermelon #F94D69

Tints of Wild Watermelon #F94D69

Color information

#F94D69 (or 0xF94D69) is unknown color: approx Wild Watermelon. HEX triplet: F9, 4D and 69. RGB value is (249,77,105). Sum of RGB (Red+Green+Blue) = 249+77+105=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94D69 is #06B296. Grayscale: #838383. Windows color (decimal): -438935 or 6901241. OLE color: 6901241.

HSL color Cylindrical-coordinate representation of color #F94D69: hue angle of 350.23º degrees, saturation: 0.93, 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 #F94D69 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB24977105-
CMYK00.690.580.02
HSL350.23º93.48%63.92%-
HSV(B)350.23º69.08%97.65%-
XYZ44.2726.4716.14-
YUV131.62112.98211.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.77%
GREEN value IS 77 (30.47% from 255) = 17.87%
BLUE value IS 105 (41.41% from 255) = 24.36%
R=57.77%
G=17.87%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497710500.690.580.02350.2393.4863.92
HexF94D690453A215e5d40
Octal3711151510105722536135100
Binary1111100110011011101001010001011110101010101111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94D69; }

 p { color: rgb(249,77,105); }

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

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

 a { background-color: rgb(249,77,105); }

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

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

 span { border-color: rgb(249,77,105); }

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