Html Css Color HEX #F94970 Wild Watermelon

📋 copy color: '#F94970'

red 249 ◦ green 73 ◦ blue 112

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

Shades of Wild Watermelon #F94970

Tints of Wild Watermelon #F94970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.82%

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

R = 57.37%
G = 16.82%
B = 25.81%

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

#F94970 (or 0xF94970) is known color: Wild Watermelon. HEX triplet: F9, 49 and 70. RGB value is (249,73,112). Sum of RGB (Red+Green+Blue) = 249+73+112=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F94970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94970 is #06B68F. Grayscale: #828282. Windows color (decimal): -439952 or 7358969. OLE color: 7358969.

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

Color convert

RGB 249 73 112 -
CMYK 0 0.71 0.55 0.02
HSL 346.7º 0.94% 0.63% -
HSV(B) 346.7º 0.71% 0.98% -
XYZ 44.37 26.07 18.02 -
YUV 130.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 249 73 112 0 0.71 0.55 0.02 346.7 0.94 0.63
Hex F9 49 70 0 47 37 2 15B 5E 3F
Octal 371 111 160 0 107 67 2 533 136 77
Binary 11111001 1001001 1110000 0 1000111 110111 10 101011011 1011110 111111

Color Harmonies of #F94970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94970

Black with #F94970

Text Example


Text Example

White with #F94970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94970; }

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

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

background-color css

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

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

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

border-color css

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

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

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