Html Css Color HEX #F75C76 Wild Watermelon

📋 copy color: '#F75C76'

red 247 ◦ green 92 ◦ blue 118

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

Shades of Wild Watermelon #F75C76

Tints of Wild Watermelon #F75C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.13%

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

R = 54.05%
G = 20.13%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F75C76 (or 0xF75C76) is known color: Wild Watermelon. HEX triplet: F7, 5C and 76. RGB value is (247,92,118). Sum of RGB (Red+Green+Blue) = 247+92+118=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75C76 is #08A389. Grayscale: #8D8D8D. Windows color (decimal): -566154 or 7757047. OLE color: 7757047.

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

Color convert

RGB 247 92 118 -
CMYK 0 0.63 0.52 0.03
HSL 349.94º 0.91% 0.66% -
HSV(B) 349.94º 0.63% 0.97% -
XYZ 45.45 28.74 20.29 -
YUV 141.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 247 92 118 0 0.63 0.52 0.03 349.94 0.91 0.66
Hex F7 5C 76 0 3F 34 3 15E 5B 42
Octal 367 134 166 0 77 64 3 536 133 102
Binary 11110111 1011100 1110110 0 111111 110100 11 101011110 1011011 1000010

Color Harmonies of #F75C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75C76

Black with #F75C76

Text Example


Text Example

White with #F75C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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