Html Css Color HEX #F74672 Wild Watermelon

📋 copy color: '#F74672'

red 247 ◦ green 70 ◦ blue 114

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

Shades of Wild Watermelon #F74672

Tints of Wild Watermelon #F74672

RGB

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

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

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

R = 57.31%
G = 16.24%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F74672 (or 0xF74672) is known color: Wild Watermelon. HEX triplet: F7, 46 and 72. RGB value is (247,70,114). Sum of RGB (Red+Green+Blue) = 247+70+114=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F74672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74672 is #08B98D. Grayscale: #7F7F7F. Windows color (decimal): -571790 or 7489271. OLE color: 7489271.

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

Color convert

RGB 247 70 114 -
CMYK 0 0.72 0.54 0.03
HSL 345.08º 0.92% 0.62% -
HSV(B) 345.08º 0.72% 0.97% -
XYZ 43.59 25.37 18.52 -
YUV 127.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 247 70 114 0 0.72 0.54 0.03 345.08 0.92 0.62
Hex F7 46 72 0 48 36 3 159 5C 3E
Octal 367 106 162 0 110 66 3 531 134 76
Binary 11110111 1000110 1110010 0 1001000 110110 11 101011001 1011100 111110

Color Harmonies of #F74672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74672

Black with #F74672

Text Example


Text Example

White with #F74672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74672; }

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

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

background-color css

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

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

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

border-color css

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

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

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