Html Css Color HEX #FA5968 Wild Watermelon

📋 copy color: '#FA5968'

red 250 ◦ green 89 ◦ blue 104

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

Shades of Wild Watermelon #FA5968

Tints of Wild Watermelon #FA5968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.48%

R = 56.43%
G = 20.09%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA5968 (or 0xFA5968) is known color: Wild Watermelon. HEX triplet: FA, 59 and 68. RGB value is (250,89,104). Sum of RGB (Red+Green+Blue) = 250+89+104=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5968 is #05A697. Grayscale: #8A8A8A. Windows color (decimal): -370328 or 6838778. OLE color: 6838778.

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

Color convert

RGB 250 89 104 -
CMYK 0 0.64 0.58 0.02
HSL 354.41º 0.94% 0.66% -
HSV(B) 354.41º 0.64% 0.98% -
XYZ 45.5 28.47 16.19 -
YUV 138.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 250 89 104 0 0.64 0.58 0.02 354.41 0.94 0.66
Hex FA 59 68 0 40 3A 2 162 5E 42
Octal 372 131 150 0 100 72 2 542 136 102
Binary 11111010 1011001 1101000 0 1000000 111010 10 101100010 1011110 1000010

Color Harmonies of #FA5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5968

Black with #FA5968

Text Example


Text Example

White with #FA5968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5968; }

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

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

background-color css

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

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

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

border-color css

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

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

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