Html Css Color HEX #FA6971 Wild Watermelon

📋 copy color: '#FA6971'

red 250 ◦ green 105 ◦ blue 113

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

Shades of Wild Watermelon #FA6971

Tints of Wild Watermelon #FA6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.44%

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

R = 53.42%
G = 22.44%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA6971 (or 0xFA6971) is known color: Wild Watermelon. HEX triplet: FA, 69 and 71. RGB value is (250,105,113). Sum of RGB (Red+Green+Blue) = 250+105+113=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6971 is #05968E. Grayscale: #959595. Windows color (decimal): -366223 or 7432698. OLE color: 7432698.

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

Color convert

RGB 250 105 113 -
CMYK 0 0.58 0.55 0.02
HSL 356.69º 0.94% 0.7% -
HSV(B) 356.69º 0.58% 0.98% -
XYZ 47.46 31.62 19.22 -
YUV 149.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 250 105 113 0 0.58 0.55 0.02 356.69 0.94 0.7
Hex FA 69 71 0 3A 37 2 165 5E 46
Octal 372 151 161 0 72 67 2 545 136 106
Binary 11111010 1101001 1110001 0 111010 110111 10 101100101 1011110 1000110

Color Harmonies of #FA6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6971

Black with #FA6971

Text Example


Text Example

White with #FA6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6971; }

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

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

background-color css

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

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

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

border-color css

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

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

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