Html Css Color HEX #FA5970 Wild Watermelon

📋 copy color: '#FA5970'

red 250 ◦ green 89 ◦ blue 112

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

Shades of Wild Watermelon #FA5970

Tints of Wild Watermelon #FA5970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 55.43%
G = 19.73%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA5970 (or 0xFA5970) is known color: Wild Watermelon. HEX triplet: FA, 59 and 70. RGB value is (250,89,112). Sum of RGB (Red+Green+Blue) = 250+89+112=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5970 is #05A68F. Grayscale: #8B8B8B. Windows color (decimal): -370320 or 7363066. OLE color: 7363066.

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

Color convert

RGB 250 89 112 -
CMYK 0 0.64 0.55 0.02
HSL 351.43º 0.94% 0.66% -
HSV(B) 351.43º 0.64% 0.98% -
XYZ 45.92 28.64 18.44 -
YUV 139.76 112.34 206.63 -
System Red Green Blue C M Y K H S L
Decimal 250 89 112 0 0.64 0.55 0.02 351.43 0.94 0.66
Hex FA 59 70 0 40 37 2 15F 5E 42
Octal 372 131 160 0 100 67 2 537 136 102
Binary 11111010 1011001 1110000 0 1000000 110111 10 101011111 1011110 1000010

Color Harmonies of #FA5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5970

Black with #FA5970

Text Example


Text Example

White with #FA5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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