Html Css Color HEX #F74D72 Wild Watermelon

📋 copy color: '#F74D72'

red 247 ◦ green 77 ◦ blue 114

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

Shades of Wild Watermelon #F74D72

Tints of Wild Watermelon #F74D72

RGB

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

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

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

R = 56.39%
G = 17.58%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F74D72 (or 0xF74D72) is known color: Wild Watermelon. HEX triplet: F7, 4D and 72. RGB value is (247,77,114). Sum of RGB (Red+Green+Blue) = 247+77+114=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74D72 is #08B28D. Grayscale: #848484. Windows color (decimal): -569998 or 7491063. OLE color: 7491063.

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

Color convert

RGB 247 77 114 -
CMYK 0 0.69 0.54 0.03
HSL 346.94º 0.91% 0.64% -
HSV(B) 346.94º 0.69% 0.97% -
XYZ 44.05 26.3 18.67 -
YUV 132.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 247 77 114 0 0.69 0.54 0.03 346.94 0.91 0.64
Hex F7 4D 72 0 45 36 3 15B 5B 40
Octal 367 115 162 0 105 66 3 533 133 100
Binary 11110111 1001101 1110010 0 1000101 110110 11 101011011 1011011 1000000

Color Harmonies of #F74D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74D72

Black with #F74D72

Text Example


Text Example

White with #F74D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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