Html Css Color HEX #FA5576 Wild Watermelon

📋 copy color: '#FA5576'

red 250 ◦ green 85 ◦ blue 118

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

Shades of Wild Watermelon #FA5576

Tints of Wild Watermelon #FA5576

RGB

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

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

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

R = 55.19%
G = 18.76%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA5576 (or 0xFA5576) is known color: Wild Watermelon. HEX triplet: FA, 55 and 76. RGB value is (250,85,118). Sum of RGB (Red+Green+Blue) = 250+85+118=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5576 is #05AA89. Grayscale: #8A8A8A. Windows color (decimal): -371338 or 7755258. OLE color: 7755258.

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

Color convert

RGB 250 85 118 -
CMYK 0 0.66 0.53 0.02
HSL 348º 0.94% 0.66% -
HSV(B) 348º 0.66% 0.98% -
XYZ 45.94 28.13 20.15 -
YUV 138.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 250 85 118 0 0.66 0.53 0.02 348 0.94 0.66
Hex FA 55 76 0 42 35 2 15C 5E 42
Octal 372 125 166 0 102 65 2 534 136 102
Binary 11111010 1010101 1110110 0 1000010 110101 10 101011100 1011110 1000010

Color Harmonies of #FA5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5576

Black with #FA5576

Text Example


Text Example

White with #FA5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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