Html Css Color HEX #F75A73 Wild Watermelon

📋 copy color: '#F75A73'

red 247 ◦ green 90 ◦ blue 115

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

Shades of Wild Watermelon #F75A73

Tints of Wild Watermelon #F75A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 54.65%
G = 19.91%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F75A73 (or 0xF75A73) is known color: Wild Watermelon. HEX triplet: F7, 5A and 73. RGB value is (247,90,115). Sum of RGB (Red+Green+Blue) = 247+90+115=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75A73 is #08A58C. Grayscale: #8B8B8B. Windows color (decimal): -566669 or 7559927. OLE color: 7559927.

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

Color convert

RGB 247 90 115 -
CMYK 0 0.64 0.53 0.03
HSL 350.45º 0.91% 0.66% -
HSV(B) 350.45º 0.64% 0.97% -
XYZ 45.11 28.32 19.31 -
YUV 139.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 247 90 115 0 0.64 0.53 0.03 350.45 0.91 0.66
Hex F7 5A 73 0 40 35 3 15E 5B 42
Octal 367 132 163 0 100 65 3 536 133 102
Binary 11110111 1011010 1110011 0 1000000 110101 11 101011110 1011011 1000010

Color Harmonies of #F75A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75A73

Black with #F75A73

Text Example


Text Example

White with #F75A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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