Html Css Color HEX #FA5370 Wild Watermelon

📋 copy color: '#FA5370'

red 250 ◦ green 83 ◦ blue 112

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

Shades of Wild Watermelon #FA5370

Tints of Wild Watermelon #FA5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.65%

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

R = 56.18%
G = 18.65%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA5370 (or 0xFA5370) is known color: Wild Watermelon. HEX triplet: FA, 53 and 70. RGB value is (250,83,112). Sum of RGB (Red+Green+Blue) = 250+83+112=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5370 is #05AC8F. Grayscale: #888888. Windows color (decimal): -371856 or 7361530. OLE color: 7361530.

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

Color convert

RGB 250 83 112 -
CMYK 0 0.67 0.55 0.02
HSL 349.58º 0.94% 0.65% -
HSV(B) 349.58º 0.67% 0.98% -
XYZ 45.44 27.68 18.28 -
YUV 136.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 250 83 112 0 0.67 0.55 0.02 349.58 0.94 0.65
Hex FA 53 70 0 43 37 2 15E 5E 41
Octal 372 123 160 0 103 67 2 536 136 101
Binary 11111010 1010011 1110000 0 1000011 110111 10 101011110 1011110 1000001

Color Harmonies of #FA5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5370

Black with #FA5370

Text Example


Text Example

White with #FA5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5370; }

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

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

background-color css

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

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

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

border-color css

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

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

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