Html Css Color HEX #F94870 Wild Watermelon

📋 copy color: '#F94870'

red 249 ◦ green 72 ◦ blue 112

#F94870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F94870

Tints of Wild Watermelon #F94870

RGB

 RED value IS 249 (97.66% from 255) = 57.51%

 GREEN value IS 72 (28.52% from 255) = 16.63%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 57.51%
G = 16.63%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F94870 (or 0xF94870) is known color: Wild Watermelon. HEX triplet: F9, 48 and 70. RGB value is (249,72,112). Sum of RGB (Red+Green+Blue) = 249+72+112=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F94870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94870 is #06B78F. Grayscale: #818181. Windows color (decimal): -440208 or 7358713. OLE color: 7358713.

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

Color convert

RGB 249 72 112 -
CMYK 0 0.71 0.55 0.02
HSL 346.44º 0.94% 0.63% -
HSV(B) 346.44º 0.71% 0.98% -
XYZ 44.31 25.94 18 -
YUV 129.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 249 72 112 0 0.71 0.55 0.02 346.44 0.94 0.63
Hex F9 48 70 0 47 37 2 15A 5E 3F
Octal 371 110 160 0 107 67 2 532 136 77
Binary 11111001 1001000 1110000 0 1000111 110111 10 101011010 1011110 111111

Color Harmonies of #F94870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94870

Black with #F94870

Text Example


Text Example

White with #F94870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94870; }

 p { color: rgb(249,72,112); }

 H1.HeaderClassName
 {
   color: #F94870;
 }
 .AnyTagClassName
 {
   color: #F94870;
 }
</style>

background-color css

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

 a { background-color: rgb(249,72,112); }

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

border-color css

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

 span { border-color: rgb(249,72,112); }

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