Html Css Color HEX #F74770 Wild Watermelon

📋 copy color: '#F74770'

red 247 ◦ green 71 ◦ blue 112

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

Shades of Wild Watermelon #F74770

Tints of Wild Watermelon #F74770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.51%

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

R = 57.44%
G = 16.51%
B = 26.05%

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

#F74770 (or 0xF74770) is known color: Wild Watermelon. HEX triplet: F7, 47 and 70. RGB value is (247,71,112). Sum of RGB (Red+Green+Blue) = 247+71+112=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F74770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74770 is #08B88F. Grayscale: #808080. Windows color (decimal): -571536 or 7358455. OLE color: 7358455.

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

Color convert

RGB 247 71 112 -
CMYK 0 0.71 0.55 0.03
HSL 346.02º 0.92% 0.62% -
HSV(B) 346.02º 0.71% 0.97% -
XYZ 43.54 25.45 17.95 -
YUV 128.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 247 71 112 0 0.71 0.55 0.03 346.02 0.92 0.62
Hex F7 47 70 0 47 37 3 15A 5C 3E
Octal 367 107 160 0 107 67 3 532 134 76
Binary 11110111 1000111 1110000 0 1000111 110111 11 101011010 1011100 111110

Color Harmonies of #F74770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74770

Black with #F74770

Text Example


Text Example

White with #F74770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74770; }

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

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

background-color css

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

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

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

border-color css

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

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

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