Html Css Color HEX #F94A72 Wild Watermelon

📋 copy color: '#F94A72'

red 249 ◦ green 74 ◦ blue 114

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

Shades of Wild Watermelon #F94A72

Tints of Wild Watermelon #F94A72

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.93%

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

R = 56.98%
G = 16.93%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F94A72 (or 0xF94A72) is known color: Wild Watermelon. HEX triplet: F9, 4A and 72. RGB value is (249,74,114). Sum of RGB (Red+Green+Blue) = 249+74+114=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A72 is #06B58D. Grayscale: #828282. Windows color (decimal): -439694 or 7490297. OLE color: 7490297.

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

Color convert

RGB 249 74 114 -
CMYK 0 0.70 0.54 0.02
HSL 346.29º 0.94% 0.63% -
HSV(B) 346.29º 0.7% 0.98% -
XYZ 44.55 26.25 18.64 -
YUV 130.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 249 74 114 0 0.70 0.54 0.02 346.29 0.94 0.63
Hex F9 4A 72 0 46 36 2 15A 5E 3F
Octal 371 112 162 0 106 66 2 532 136 77
Binary 11111001 1001010 1110010 0 1000110 110110 10 101011010 1011110 111111

Color Harmonies of #F94A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A72

Black with #F94A72

Text Example


Text Example

White with #F94A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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