Html Css Color HEX #F75376 Wild Watermelon

📋 copy color: '#F75376'

red 247 ◦ green 83 ◦ blue 118

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

Shades of Wild Watermelon #F75376

Tints of Wild Watermelon #F75376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.53%

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

R = 55.13%
G = 18.53%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F75376 (or 0xF75376) is known color: Wild Watermelon. HEX triplet: F7, 53 and 76. RGB value is (247,83,118). Sum of RGB (Red+Green+Blue) = 247+83+118=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F75376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75376 is #08AC89. Grayscale: #888888. Windows color (decimal): -568458 or 7754743. OLE color: 7754743.

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

Color convert

RGB 247 83 118 -
CMYK 0 0.66 0.52 0.03
HSL 347.2º 0.91% 0.65% -
HSV(B) 347.2º 0.66% 0.97% -
XYZ 44.72 27.27 20.05 -
YUV 136.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 247 83 118 0 0.66 0.52 0.03 347.2 0.91 0.65
Hex F7 53 76 0 42 34 3 15B 5B 41
Octal 367 123 166 0 102 64 3 533 133 101
Binary 11110111 1010011 1110110 0 1000010 110100 11 101011011 1011011 1000001

Color Harmonies of #F75376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75376

Black with #F75376

Text Example


Text Example

White with #F75376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75376; }

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

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

background-color css

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

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

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

border-color css

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

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

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