Html Css Color HEX #F76770 Wild Watermelon

📋 copy color: '#F76770'

red 247 ◦ green 103 ◦ blue 112

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

Shades of Wild Watermelon #F76770

Tints of Wild Watermelon #F76770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.29%

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

R = 53.46%
G = 22.29%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F76770 (or 0xF76770) is known color: Wild Watermelon. HEX triplet: F7, 67 and 70. RGB value is (247,103,112). Sum of RGB (Red+Green+Blue) = 247+103+112=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F76770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76770 is #08988F. Grayscale: #939393. Windows color (decimal): -563344 or 7366647. OLE color: 7366647.

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

Color convert

RGB 247 103 112 -
CMYK 0 0.58 0.55 0.03
HSL 356.25º 0.9% 0.69% -
HSV(B) 356.25º 0.58% 0.97% -
XYZ 46.13 30.64 18.81 -
YUV 147.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 247 103 112 0 0.58 0.55 0.03 356.25 0.9 0.69
Hex F7 67 70 0 3A 37 3 164 5A 45
Octal 367 147 160 0 72 67 3 544 132 105
Binary 11110111 1100111 1110000 0 111010 110111 11 101100100 1011010 1000101

Color Harmonies of #F76770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76770

Black with #F76770

Text Example


Text Example

White with #F76770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76770; }

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

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

background-color css

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

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

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

border-color css

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

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

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