Html Css Color HEX #FA5860 Wild Watermelon

📋 copy color: '#FA5860'

red 250 ◦ green 88 ◦ blue 96

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

Shades of Wild Watermelon #FA5860

Tints of Wild Watermelon #FA5860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.28%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 57.6%
G = 20.28%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA5860 (or 0xFA5860) is known color: Wild Watermelon. HEX triplet: FA, 58 and 60. RGB value is (250,88,96). Sum of RGB (Red+Green+Blue) = 250+88+96=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5860 is #05A79F. Grayscale: #898989. Windows color (decimal): -370592 or 6314234. OLE color: 6314234.

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

Color convert

RGB 250 88 96 -
CMYK 0 0.65 0.62 0.02
HSL 357.04º 0.94% 0.66% -
HSV(B) 357.04º 0.65% 0.98% -
XYZ 45.03 28.15 14.13 -
YUV 137.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 250 88 96 0 0.65 0.62 0.02 357.04 0.94 0.66
Hex FA 58 60 0 41 3E 2 165 5E 42
Octal 372 130 140 0 101 76 2 545 136 102
Binary 11111010 1011000 1100000 0 1000001 111110 10 101100101 1011110 1000010

Color Harmonies of #FA5860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5860

Black with #FA5860

Text Example


Text Example

White with #FA5860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5860; }

 p { color: rgb(250,88,96); }

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

background-color css

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

 a { background-color: rgb(250,88,96); }

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

border-color css

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

 span { border-color: rgb(250,88,96); }

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