Html Css Color HEX #F74971 Wild Watermelon

📋 copy color: '#F74971'

red 247 ◦ green 73 ◦ blue 113

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

Shades of Wild Watermelon #F74971

Tints of Wild Watermelon #F74971

RGB

 RED value IS 247 (96.88% from 255) = 57.04%

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

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 57.04%
G = 16.86%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F74971 (or 0xF74971) is known color: Wild Watermelon. HEX triplet: F7, 49 and 71. RGB value is (247,73,113). Sum of RGB (Red+Green+Blue) = 247+73+113=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F74971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74971 is #08B68E. Grayscale: #818181. Windows color (decimal): -571023 or 7424503. OLE color: 7424503.

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

Color convert

RGB 247 73 113 -
CMYK 0 0.70 0.54 0.03
HSL 346.21º 0.92% 0.63% -
HSV(B) 346.21º 0.7% 0.97% -
XYZ 43.72 25.73 18.29 -
YUV 129.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 247 73 113 0 0.70 0.54 0.03 346.21 0.92 0.63
Hex F7 49 71 0 46 36 3 15A 5C 3F
Octal 367 111 161 0 106 66 3 532 134 77
Binary 11110111 1001001 1110001 0 1000110 110110 11 101011010 1011100 111111

Color Harmonies of #F74971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74971

Black with #F74971

Text Example


Text Example

White with #F74971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74971; }

 p { color: rgb(247,73,113); }

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

background-color css

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

 a { background-color: rgb(247,73,113); }

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

border-color css

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

 span { border-color: rgb(247,73,113); }

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