Html Css Color HEX #F74C70 Wild Watermelon

📋 copy color: '#F74C70'

red 247 ◦ green 76 ◦ blue 112

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

Shades of Wild Watermelon #F74C70

Tints of Wild Watermelon #F74C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.47%

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

R = 56.78%
G = 17.47%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F74C70 (or 0xF74C70) is known color: Wild Watermelon. HEX triplet: F7, 4C and 70. RGB value is (247,76,112). Sum of RGB (Red+Green+Blue) = 247+76+112=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74C70 is #08B38F. Grayscale: #838383. Windows color (decimal): -570256 or 7359735. OLE color: 7359735.

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

Color convert

RGB 247 76 112 -
CMYK 0 0.69 0.55 0.03
HSL 347.37º 0.91% 0.63% -
HSV(B) 347.37º 0.69% 0.97% -
XYZ 43.87 26.11 18.06 -
YUV 131.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 247 76 112 0 0.69 0.55 0.03 347.37 0.91 0.63
Hex F7 4C 70 0 45 37 3 15B 5B 3F
Octal 367 114 160 0 105 67 3 533 133 77
Binary 11110111 1001100 1110000 0 1000101 110111 11 101011011 1011011 111111

Color Harmonies of #F74C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C70

Black with #F74C70

Text Example


Text Example

White with #F74C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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