Html Css Color HEX #F74973 Wild Watermelon

📋 copy color: '#F74973'

red 247 ◦ green 73 ◦ blue 115

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

Shades of Wild Watermelon #F74973

Tints of Wild Watermelon #F74973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.44%

R = 56.78%
G = 16.78%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F74973 (or 0xF74973) is known color: Wild Watermelon. HEX triplet: F7, 49 and 73. RGB value is (247,73,115). Sum of RGB (Red+Green+Blue) = 247+73+115=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F74973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74973 is #08B68C. Grayscale: #818181. Windows color (decimal): -571021 or 7555575. OLE color: 7555575.

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

Color convert

RGB 247 73 115 -
CMYK 0 0.70 0.53 0.03
HSL 345.52º 0.92% 0.63% -
HSV(B) 345.52º 0.7% 0.97% -
XYZ 43.83 25.78 18.88 -
YUV 129.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 247 73 115 0 0.70 0.53 0.03 345.52 0.92 0.63
Hex F7 49 73 0 46 35 3 15A 5C 3F
Octal 367 111 163 0 106 65 3 532 134 77
Binary 11110111 1001001 1110011 0 1000110 110101 11 101011010 1011100 111111

Color Harmonies of #F74973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74973

Black with #F74973

Text Example


Text Example

White with #F74973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74973; }

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

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

background-color css

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

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

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

border-color css

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

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

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