Html Css Color HEX #F94772 Wild Watermelon

📋 copy color: '#F94772'

red 249 ◦ green 71 ◦ blue 114

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

Shades of Wild Watermelon #F94772

Tints of Wild Watermelon #F94772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.36%

 BLUE value IS 114 (44.92% from 255) = 26.27%

R = 57.37%
G = 16.36%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F94772 (or 0xF94772) is known color: Wild Watermelon. HEX triplet: F9, 47 and 72. RGB value is (249,71,114). Sum of RGB (Red+Green+Blue) = 249+71+114=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F94772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94772 is #06B88D. Grayscale: #818181. Windows color (decimal): -440462 or 7489529. OLE color: 7489529.

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

Color convert

RGB 249 71 114 -
CMYK 0 0.71 0.54 0.02
HSL 345.51º 0.94% 0.63% -
HSV(B) 345.51º 0.71% 0.98% -
XYZ 44.36 25.86 18.57 -
YUV 129.12 119.47 213.5 -
System Red Green Blue C M Y K H S L
Decimal 249 71 114 0 0.71 0.54 0.02 345.51 0.94 0.63
Hex F9 47 72 0 47 36 2 15A 5E 3F
Octal 371 107 162 0 107 66 2 532 136 77
Binary 11111001 1000111 1110010 0 1000111 110110 10 101011010 1011110 111111

Color Harmonies of #F94772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94772

Black with #F94772

Text Example


Text Example

White with #F94772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94772; }

 p { color: rgb(249,71,114); }

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

background-color css

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

 a { background-color: rgb(249,71,114); }

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

border-color css

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

 span { border-color: rgb(249,71,114); }

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