#F94F78

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

Shades of Wild Watermelon #F94F78

Tints of Wild Watermelon #F94F78

Color information

#F94F78 (or 0xF94F78) is unknown color: approx Wild Watermelon. HEX triplet: F9, 4F and 78. RGB value is (249,79,120). Sum of RGB (Red+Green+Blue) = 249+79+120=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F94F78 is #06B087. Grayscale: #868686. Windows color (decimal): -438408 or 7884793. OLE color: 7884793.

HSL color Cylindrical-coordinate representation of color #F94F78: hue angle of 345.53º 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 #F94F78 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB24979120-
CMYK00.680.520.02
HSL345.53º93.41%64.31%-
HSV(B)345.53º68.27%97.65%-
XYZ45.2527.0920.61-
YUV134.5119.82209.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.58%
GREEN value IS 79 (31.25% from 255) = 17.63%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=55.58%
G=17.63%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2497912000.680.520.02345.5393.4164.31
HexF94F7804434215a5d40
Octal3711171700104642532135100
Binary1111100110011111111000010001001101001010101101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94F78; }

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

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

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

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

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

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

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

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