Html Css Color HEX #F75071 Wild Watermelon

📋 copy color: '#F75071'

red 247 ◦ green 80 ◦ blue 113

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

Shades of Wild Watermelon #F75071

Tints of Wild Watermelon #F75071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

 BLUE value IS 113 (44.53% from 255) = 25.68%

R = 56.14%
G = 18.18%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F75071 (or 0xF75071) is known color: Wild Watermelon. HEX triplet: F7, 50 and 71. RGB value is (247,80,113). Sum of RGB (Red+Green+Blue) = 247+80+113=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F75071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75071 is #08AF8E. Grayscale: #858585. Windows color (decimal): -569231 or 7426295. OLE color: 7426295.

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

Color convert

RGB 247 80 113 -
CMYK 0 0.68 0.54 0.03
HSL 348.14º 0.91% 0.64% -
HSV(B) 348.14º 0.68% 0.97% -
XYZ 44.21 26.7 18.45 -
YUV 133.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 247 80 113 0 0.68 0.54 0.03 348.14 0.91 0.64
Hex F7 50 71 0 44 36 3 15C 5B 40
Octal 367 120 161 0 104 66 3 534 133 100
Binary 11110111 1010000 1110001 0 1000100 110110 11 101011100 1011011 1000000

Color Harmonies of #F75071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75071

Black with #F75071

Text Example


Text Example

White with #F75071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75071; }

 p { color: rgb(247,80,113); }

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

background-color css

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

 a { background-color: rgb(247,80,113); }

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

border-color css

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

 span { border-color: rgb(247,80,113); }

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