Html Css Color HEX #FA5976 Wild Watermelon

📋 copy color: '#FA5976'

red 250 ◦ green 89 ◦ blue 118

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

Shades of Wild Watermelon #FA5976

Tints of Wild Watermelon #FA5976

RGB

 RED value IS 250 (98.05% from 255) = 54.7%

 GREEN value IS 89 (35.16% from 255) = 19.47%

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

R = 54.7%
G = 19.47%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA5976 (or 0xFA5976) is known color: Wild Watermelon. HEX triplet: FA, 59 and 76. RGB value is (250,89,118). Sum of RGB (Red+Green+Blue) = 250+89+118=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5976 is #05A689. Grayscale: #8C8C8C. Windows color (decimal): -370314 or 7756282. OLE color: 7756282.

HSL color Cylindrical-coordinate representation of color #FA5976: hue angle of 349.19º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5976 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 89 118 -
CMYK 0 0.64 0.53 0.02
HSL 349.19º 0.94% 0.66% -
HSV(B) 349.19º 0.64% 0.98% -
XYZ 46.27 28.78 20.26 -
YUV 140.45 115.34 206.14 -
System Red Green Blue C M Y K H S L
Decimal 250 89 118 0 0.64 0.53 0.02 349.19 0.94 0.66
Hex FA 59 76 0 40 35 2 15D 5E 42
Octal 372 131 166 0 100 65 2 535 136 102
Binary 11111010 1011001 1110110 0 1000000 110101 10 101011101 1011110 1000010

Color Harmonies of #FA5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5976

Black with #FA5976

Text Example


Text Example

White with #FA5976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5976; }

 p { color: rgb(250,89,118); }

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

background-color css

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

 a { background-color: rgb(250,89,118); }

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

border-color css

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

 span { border-color: rgb(250,89,118); }

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