Html Css Color HEX #F75976 Wild Watermelon

📋 copy color: '#F75976'

red 247 ◦ green 89 ◦ blue 118

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

Shades of Wild Watermelon #F75976

Tints of Wild Watermelon #F75976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.6%

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 54.41%
G = 19.6%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F75976 (or 0xF75976) is known color: Wild Watermelon. HEX triplet: F7, 59 and 76. RGB value is (247,89,118). Sum of RGB (Red+Green+Blue) = 247+89+118=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F75976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75976 is #08A689. Grayscale: #8B8B8B. Windows color (decimal): -566922 or 7756279. OLE color: 7756279.

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

Color convert

RGB 247 89 118 -
CMYK 0 0.64 0.52 0.03
HSL 348.99º 0.91% 0.66% -
HSV(B) 348.99º 0.64% 0.97% -
XYZ 45.2 28.23 20.21 -
YUV 139.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 247 89 118 0 0.64 0.52 0.03 348.99 0.91 0.66
Hex F7 59 76 0 40 34 3 15D 5B 42
Octal 367 131 166 0 100 64 3 535 133 102
Binary 11110111 1011001 1110110 0 1000000 110100 11 101011101 1011011 1000010

Color Harmonies of #F75976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75976

Black with #F75976

Text Example


Text Example

White with #F75976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75976; }

 p { color: rgb(247,89,118); }

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

background-color css

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

 a { background-color: rgb(247,89,118); }

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

border-color css

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

 span { border-color: rgb(247,89,118); }

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