Html Css Color HEX #F75E76 Wild Watermelon

📋 copy color: '#F75E76'

red 247 ◦ green 94 ◦ blue 118

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

Shades of Wild Watermelon #F75E76

Tints of Wild Watermelon #F75E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.48%

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

R = 53.81%
G = 20.48%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F75E76 (or 0xF75E76) is known color: Wild Watermelon. HEX triplet: F7, 5E and 76. RGB value is (247,94,118). Sum of RGB (Red+Green+Blue) = 247+94+118=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75E76 is #08A189. Grayscale: #8E8E8E. Windows color (decimal): -565642 or 7757559. OLE color: 7757559.

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

Color convert

RGB 247 94 118 -
CMYK 0 0.62 0.52 0.03
HSL 350.59º 0.91% 0.67% -
HSV(B) 350.59º 0.62% 0.97% -
XYZ 45.63 29.09 20.35 -
YUV 142.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 247 94 118 0 0.62 0.52 0.03 350.59 0.91 0.67
Hex F7 5E 76 0 3E 34 3 15F 5B 43
Octal 367 136 166 0 76 64 3 537 133 103
Binary 11110111 1011110 1110110 0 111110 110100 11 101011111 1011011 1000011

Color Harmonies of #F75E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75E76

Black with #F75E76

Text Example


Text Example

White with #F75E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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