Html Css Color HEX #F74D70 Wild Watermelon

📋 copy color: '#F74D70'

red 247 ◦ green 77 ◦ blue 112

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

Shades of Wild Watermelon #F74D70

Tints of Wild Watermelon #F74D70

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.66%

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

R = 56.65%
G = 17.66%
B = 25.69%

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

#F74D70 (or 0xF74D70) is known color: Wild Watermelon. HEX triplet: F7, 4D and 70. RGB value is (247,77,112). Sum of RGB (Red+Green+Blue) = 247+77+112=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D70 is #08B28F. Grayscale: #838383. Windows color (decimal): -570000 or 7359991. OLE color: 7359991.

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

Color convert

RGB 247 77 112 -
CMYK 0 0.69 0.55 0.03
HSL 347.65º 0.91% 0.64% -
HSV(B) 347.65º 0.69% 0.97% -
XYZ 43.94 26.25 18.08 -
YUV 131.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 247 77 112 0 0.69 0.55 0.03 347.65 0.91 0.64
Hex F7 4D 70 0 45 37 3 15C 5B 40
Octal 367 115 160 0 105 67 3 534 133 100
Binary 11110111 1001101 1110000 0 1000101 110111 11 101011100 1011011 1000000

Color Harmonies of #F74D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D70

Black with #F74D70

Text Example


Text Example

White with #F74D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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