Html Css Color HEX #FA5973 Wild Watermelon

📋 copy color: '#FA5973'

red 250 ◦ green 89 ◦ blue 115

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

Shades of Wild Watermelon #FA5973

Tints of Wild Watermelon #FA5973

RGB

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

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

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

R = 55.07%
G = 19.6%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA5973 (or 0xFA5973) is known color: Wild Watermelon. HEX triplet: FA, 59 and 73. RGB value is (250,89,115). Sum of RGB (Red+Green+Blue) = 250+89+115=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5973 is #05A68C. Grayscale: #8C8C8C. Windows color (decimal): -370317 or 7559674. OLE color: 7559674.

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

Color convert

RGB 250 89 115 -
CMYK 0 0.64 0.54 0.02
HSL 350.31º 0.94% 0.66% -
HSV(B) 350.31º 0.64% 0.98% -
XYZ 46.09 28.71 19.33 -
YUV 140.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 250 89 115 0 0.64 0.54 0.02 350.31 0.94 0.66
Hex FA 59 73 0 40 36 2 15E 5E 42
Octal 372 131 163 0 100 66 2 536 136 102
Binary 11111010 1011001 1110011 0 1000000 110110 10 101011110 1011110 1000010

Color Harmonies of #FA5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5973

Black with #FA5973

Text Example


Text Example

White with #FA5973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5973; }

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

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

background-color css

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

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

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

border-color css

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

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

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