Html Css Color HEX #FA5E60 Wild Watermelon

📋 copy color: '#FA5E60'

red 250 ◦ green 94 ◦ blue 96

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

Shades of Wild Watermelon #FA5E60

Tints of Wild Watermelon #FA5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.36%

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

R = 56.82%
G = 21.36%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA5E60 (or 0xFA5E60) is known color: Wild Watermelon. HEX triplet: FA, 5E and 60. RGB value is (250,94,96). Sum of RGB (Red+Green+Blue) = 250+94+96=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E60 is #05A19F. Grayscale: #8D8D8D. Windows color (decimal): -369056 or 6315770. OLE color: 6315770.

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

Color convert

RGB 250 94 96 -
CMYK 0 0.62 0.62 0.02
HSL 359.23º 0.94% 0.67% -
HSV(B) 359.23º 0.62% 0.98% -
XYZ 45.54 29.17 14.3 -
YUV 140.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 250 94 96 0 0.62 0.62 0.02 359.23 0.94 0.67
Hex FA 5E 60 0 3E 3E 2 167 5E 43
Octal 372 136 140 0 76 76 2 547 136 103
Binary 11111010 1011110 1100000 0 111110 111110 10 101100111 1011110 1000011

Color Harmonies of #FA5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E60

Black with #FA5E60

Text Example


Text Example

White with #FA5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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