#F94F75

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

Shades of Wild Watermelon #F94F75

Tints of Wild Watermelon #F94F75

Color information

#F94F75 (or 0xF94F75) is unknown color: approx Wild Watermelon. HEX triplet: F9, 4F and 75. RGB value is (249,79,117). Sum of RGB (Red+Green+Blue) = 249+79+117=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94F75 is #06B08A. Grayscale: #868686. Windows color (decimal): -438411 or 7688185. OLE color: 7688185.

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

Color convert

RGB24979117-
CMYK00.680.530.02
HSL346.59º93.41%64.31%-
HSV(B)346.59º68.27%97.65%-
XYZ45.0727.0219.67-
YUV134.16118.32209.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.96%
GREEN value IS 79 (31.25% from 255) = 17.75%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=55.96%
G=17.75%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497911700.680.530.02346.5993.4164.31
HexF94F7504435215b5d40
Octal3711171650104652533135100
Binary1111100110011111110101010001001101011010101101110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94F75; }

 p { color: rgb(249,79,117); }

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

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

 a { background-color: rgb(249,79,117); }

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

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

 span { border-color: rgb(249,79,117); }

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