Html Css Color HEX #F94672 Wild Watermelon

📋 copy color: '#F94672'

red 249 ◦ green 70 ◦ blue 114

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

Shades of Wild Watermelon #F94672

Tints of Wild Watermelon #F94672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

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

R = 57.51%
G = 16.17%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F94672 (or 0xF94672) is known color: Wild Watermelon. HEX triplet: F9, 46 and 72. RGB value is (249,70,114). Sum of RGB (Red+Green+Blue) = 249+70+114=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F94672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94672 is #06B98D. Grayscale: #808080. Windows color (decimal): -440718 or 7489273. OLE color: 7489273.

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

Color convert

RGB 249 70 114 -
CMYK 0 0.72 0.54 0.02
HSL 345.25º 0.94% 0.63% -
HSV(B) 345.25º 0.72% 0.98% -
XYZ 44.29 25.73 18.55 -
YUV 128.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 249 70 114 0 0.72 0.54 0.02 345.25 0.94 0.63
Hex F9 46 72 0 48 36 2 159 5E 3F
Octal 371 106 162 0 110 66 2 531 136 77
Binary 11111001 1000110 1110010 0 1001000 110110 10 101011001 1011110 111111

Color Harmonies of #F94672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94672

Black with #F94672

Text Example


Text Example

White with #F94672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94672; }

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

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

background-color css

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

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

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

border-color css

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

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

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