Html Css Color HEX #FA5573 Wild Watermelon

📋 copy color: '#FA5573'

red 250 ◦ green 85 ◦ blue 115

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

Shades of Wild Watermelon #FA5573

Tints of Wild Watermelon #FA5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.89%

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

R = 55.56%
G = 18.89%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA5573 (or 0xFA5573) is known color: Wild Watermelon. HEX triplet: FA, 55 and 73. RGB value is (250,85,115). Sum of RGB (Red+Green+Blue) = 250+85+115=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5573 is #05AA8C. Grayscale: #898989. Windows color (decimal): -371341 or 7558650. OLE color: 7558650.

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

Color convert

RGB 250 85 115 -
CMYK 0 0.66 0.54 0.02
HSL 349.09º 0.94% 0.66% -
HSV(B) 349.09º 0.66% 0.98% -
XYZ 45.77 28.06 19.22 -
YUV 137.76 115.16 208.06 -
System Red Green Blue C M Y K H S L
Decimal 250 85 115 0 0.66 0.54 0.02 349.09 0.94 0.66
Hex FA 55 73 0 42 36 2 15D 5E 42
Octal 372 125 163 0 102 66 2 535 136 102
Binary 11111010 1010101 1110011 0 1000010 110110 10 101011101 1011110 1000010

Color Harmonies of #FA5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5573

Black with #FA5573

Text Example


Text Example

White with #FA5573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5573; }

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

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

background-color css

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

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

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

border-color css

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

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

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