Html Css Color HEX #F94674 Wild Watermelon

📋 copy color: '#F94674'

red 249 ◦ green 70 ◦ blue 116

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

Shades of Wild Watermelon #F94674

Tints of Wild Watermelon #F94674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 57.24%
G = 16.09%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F94674 (or 0xF94674) is known color: Wild Watermelon. HEX triplet: F9, 46 and 74. RGB value is (249,70,116). Sum of RGB (Red+Green+Blue) = 249+70+116=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F94674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94674 is #06B98B. Grayscale: #808080. Windows color (decimal): -440716 or 7620345. OLE color: 7620345.

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

Color convert

RGB 249 70 116 -
CMYK 0 0.72 0.53 0.02
HSL 344.58º 0.94% 0.63% -
HSV(B) 344.58º 0.72% 0.98% -
XYZ 44.41 25.78 19.16 -
YUV 128.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 249 70 116 0 0.72 0.53 0.02 344.58 0.94 0.63
Hex F9 46 74 0 48 35 2 159 5E 3F
Octal 371 106 164 0 110 65 2 531 136 77
Binary 11111001 1000110 1110100 0 1001000 110101 10 101011001 1011110 111111

Color Harmonies of #F94674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94674

Black with #F94674

Text Example


Text Example

White with #F94674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94674; }

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

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

background-color css

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

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

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

border-color css

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

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

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