Html Css Color HEX #FA5671 Wild Watermelon

📋 copy color: '#FA5671'

red 250 ◦ green 86 ◦ blue 113

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

Shades of Wild Watermelon #FA5671

Tints of Wild Watermelon #FA5671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

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

R = 55.68%
G = 19.15%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA5671 (or 0xFA5671) is known color: Wild Watermelon. HEX triplet: FA, 56 and 71. RGB value is (250,86,113). Sum of RGB (Red+Green+Blue) = 250+86+113=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5671 is #05A98E. Grayscale: #8A8A8A. Windows color (decimal): -371087 or 7427834. OLE color: 7427834.

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

Color convert

RGB 250 86 113 -
CMYK 0 0.66 0.55 0.02
HSL 350.12º 0.94% 0.66% -
HSV(B) 350.12º 0.66% 0.98% -
XYZ 45.73 28.17 18.65 -
YUV 138.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 250 86 113 0 0.66 0.55 0.02 350.12 0.94 0.66
Hex FA 56 71 0 42 37 2 15E 5E 42
Octal 372 126 161 0 102 67 2 536 136 102
Binary 11111010 1010110 1110001 0 1000010 110111 10 101011110 1011110 1000010

Color Harmonies of #FA5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5671

Black with #FA5671

Text Example


Text Example

White with #FA5671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5671; }

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

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

background-color css

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

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

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

border-color css

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

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

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