Html Css Color HEX #FA5071 Wild Watermelon

📋 copy color: '#FA5071'

red 250 ◦ green 80 ◦ blue 113

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

Shades of Wild Watermelon #FA5071

Tints of Wild Watermelon #FA5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 113 (44.53% from 255) = 25.51%

R = 56.43%
G = 18.06%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA5071 (or 0xFA5071) is known color: Wild Watermelon. HEX triplet: FA, 50 and 71. RGB value is (250,80,113). Sum of RGB (Red+Green+Blue) = 250+80+113=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5071 is #05AF8E. Grayscale: #868686. Windows color (decimal): -372623 or 7426298. OLE color: 7426298.

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

Color convert

RGB 250 80 113 -
CMYK 0 0.68 0.55 0.02
HSL 348.35º 0.94% 0.65% -
HSV(B) 348.35º 0.68% 0.98% -
XYZ 45.27 27.25 18.5 -
YUV 134.59 115.82 210.32 -
System Red Green Blue C M Y K H S L
Decimal 250 80 113 0 0.68 0.55 0.02 348.35 0.94 0.65
Hex FA 50 71 0 44 37 2 15C 5E 41
Octal 372 120 161 0 104 67 2 534 136 101
Binary 11111010 1010000 1110001 0 1000100 110111 10 101011100 1011110 1000001

Color Harmonies of #FA5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5071

Black with #FA5071

Text Example


Text Example

White with #FA5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5071; }

 p { color: rgb(250,80,113); }

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

background-color css

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

 a { background-color: rgb(250,80,113); }

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

border-color css

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

 span { border-color: rgb(250,80,113); }

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