Html Css Color HEX #FA5380 Wild Watermelon

📋 copy color: '#FA5380'

red 250 ◦ green 83 ◦ blue 128

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

Shades of Wild Watermelon #FA5380

Tints of Wild Watermelon #FA5380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 54.23%
G = 18%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA5380 (or 0xFA5380) is known color: Wild Watermelon. HEX triplet: FA, 53 and 80. RGB value is (250,83,128). Sum of RGB (Red+Green+Blue) = 250+83+128=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5380 is #05AC7F. Grayscale: #8A8A8A. Windows color (decimal): -371840 or 8410106. OLE color: 8410106.

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

Color convert

RGB 250 83 128 -
CMYK 0 0.67 0.49 0.02
HSL 343.83º 0.94% 0.65% -
HSV(B) 343.83º 0.67% 0.98% -
XYZ 46.41 28.07 23.39 -
YUV 138.06 122.33 207.84 -
System Red Green Blue C M Y K H S L
Decimal 250 83 128 0 0.67 0.49 0.02 343.83 0.94 0.65
Hex FA 53 80 0 43 31 2 158 5E 41
Octal 372 123 200 0 103 61 2 530 136 101
Binary 11111010 1010011 10000000 0 1000011 110001 10 101011000 1011110 1000001

Color Harmonies of #FA5380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5380

Black with #FA5380

Text Example


Text Example

White with #FA5380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5380; }

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

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

background-color css

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

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

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

border-color css

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

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

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