Html Css Color HEX #F75A76 Wild Watermelon

📋 copy color: '#F75A76'

red 247 ◦ green 90 ◦ blue 118

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

Shades of Wild Watermelon #F75A76

Tints of Wild Watermelon #F75A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.78%

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

R = 54.29%
G = 19.78%
B = 25.93%

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

#F75A76 (or 0xF75A76) is known color: Wild Watermelon. HEX triplet: F7, 5A and 76. RGB value is (247,90,118). Sum of RGB (Red+Green+Blue) = 247+90+118=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A76 is #08A589. Grayscale: #8C8C8C. Windows color (decimal): -566666 or 7756535. OLE color: 7756535.

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

Color convert

RGB 247 90 118 -
CMYK 0 0.64 0.52 0.03
HSL 349.3º 0.91% 0.66% -
HSV(B) 349.3º 0.64% 0.97% -
XYZ 45.28 28.39 20.23 -
YUV 140.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 247 90 118 0 0.64 0.52 0.03 349.3 0.91 0.66
Hex F7 5A 76 0 40 34 3 15D 5B 42
Octal 367 132 166 0 100 64 3 535 133 102
Binary 11110111 1011010 1110110 0 1000000 110100 11 101011101 1011011 1000010

Color Harmonies of #F75A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A76

Black with #F75A76

Text Example


Text Example

White with #F75A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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