Html Css Color HEX #F74472 Wild Watermelon

📋 copy color: '#F74472'

red 247 ◦ green 68 ◦ blue 114

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

Shades of Wild Watermelon #F74472

Tints of Wild Watermelon #F74472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.85%

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

R = 57.58%
G = 15.85%
B = 26.57%

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

#F74472 (or 0xF74472) is known color: Wild Watermelon. HEX triplet: F7, 44 and 72. RGB value is (247,68,114). Sum of RGB (Red+Green+Blue) = 247+68+114=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F74472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74472 is #08BB8D. Grayscale: #7E7E7E. Windows color (decimal): -572302 or 7488759. OLE color: 7488759.

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

Color convert

RGB 247 68 114 -
CMYK 0 0.72 0.54 0.03
HSL 344.58º 0.92% 0.62% -
HSV(B) 344.58º 0.72% 0.97% -
XYZ 43.46 25.12 18.48 -
YUV 126.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 247 68 114 0 0.72 0.54 0.03 344.58 0.92 0.62
Hex F7 44 72 0 48 36 3 159 5C 3E
Octal 367 104 162 0 110 66 3 531 134 76
Binary 11110111 1000100 1110010 0 1001000 110110 11 101011001 1011100 111110

Color Harmonies of #F74472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74472

Black with #F74472

Text Example


Text Example

White with #F74472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74472; }

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

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

background-color css

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

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

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

border-color css

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

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

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