Html Css Color HEX #F74870 Wild Watermelon

📋 copy color: '#F74870'

red 247 ◦ green 72 ◦ blue 112

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

Shades of Wild Watermelon #F74870

Tints of Wild Watermelon #F74870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

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

R = 57.31%
G = 16.71%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F74870 (or 0xF74870) is known color: Wild Watermelon. HEX triplet: F7, 48 and 70. RGB value is (247,72,112). Sum of RGB (Red+Green+Blue) = 247+72+112=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F74870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74870 is #08B78F. Grayscale: #808080. Windows color (decimal): -571280 or 7358711. OLE color: 7358711.

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

Color convert

RGB 247 72 112 -
CMYK 0 0.71 0.55 0.03
HSL 346.29º 0.92% 0.63% -
HSV(B) 346.29º 0.71% 0.97% -
XYZ 43.6 25.58 17.97 -
YUV 128.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 247 72 112 0 0.71 0.55 0.03 346.29 0.92 0.63
Hex F7 48 70 0 47 37 3 15A 5C 3F
Octal 367 110 160 0 107 67 3 532 134 77
Binary 11110111 1001000 1110000 0 1000111 110111 11 101011010 1011100 111111

Color Harmonies of #F74870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74870

Black with #F74870

Text Example


Text Example

White with #F74870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74870; }

 p { color: rgb(247,72,112); }

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

background-color css

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

 a { background-color: rgb(247,72,112); }

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

border-color css

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

 span { border-color: rgb(247,72,112); }

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