Html Css Color HEX #FA516A Wild Watermelon

📋 copy color: '#FA516A'

red 250 ◦ green 81 ◦ blue 106

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

Shades of Wild Watermelon #FA516A

Tints of Wild Watermelon #FA516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.54%

 BLUE value IS 106 (41.8% from 255) = 24.26%

R = 57.21%
G = 18.54%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA516A (or 0xFA516A) is known color: Wild Watermelon. HEX triplet: FA, 51 and 6A. RGB value is (250,81,106). Sum of RGB (Red+Green+Blue) = 250+81+106=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA516A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA516A is #05AE95. Grayscale: #868686. Windows color (decimal): -372374 or 6967802. OLE color: 6967802.

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

Color convert

RGB 250 81 106 -
CMYK 0 0.68 0.58 0.02
HSL 351.12º 0.94% 0.65% -
HSV(B) 351.12º 0.68% 0.98% -
XYZ 44.97 27.25 16.53 -
YUV 134.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 250 81 106 0 0.68 0.58 0.02 351.12 0.94 0.65
Hex FA 51 6A 0 44 3A 2 15F 5E 41
Octal 372 121 152 0 104 72 2 537 136 101
Binary 11111010 1010001 1101010 0 1000100 111010 10 101011111 1011110 1000001

Color Harmonies of #FA516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA516A

Black with #FA516A

Text Example


Text Example

White with #FA516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA516A; }

 p { color: rgb(250,81,106); }

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

background-color css

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

 a { background-color: rgb(250,81,106); }

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

border-color css

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

 span { border-color: rgb(250,81,106); }

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