Html Css Color HEX #FA516D Wild Watermelon

📋 copy color: '#FA516D'

red 250 ◦ green 81 ◦ blue 109

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

Shades of Wild Watermelon #FA516D

Tints of Wild Watermelon #FA516D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.77%

R = 56.82%
G = 18.41%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA516D (or 0xFA516D) is known color: Wild Watermelon. HEX triplet: FA, 51 and 6D. RGB value is (250,81,109). Sum of RGB (Red+Green+Blue) = 250+81+109=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA516D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA516D is #05AE92. Grayscale: #868686. Windows color (decimal): -372371 or 7164410. OLE color: 7164410.

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

Color convert

RGB 250 81 109 -
CMYK 0 0.68 0.56 0.02
HSL 350.06º 0.94% 0.65% -
HSV(B) 350.06º 0.68% 0.98% -
XYZ 45.13 27.31 17.36 -
YUV 134.72 113.49 210.22 -
System Red Green Blue C M Y K H S L
Decimal 250 81 109 0 0.68 0.56 0.02 350.06 0.94 0.65
Hex FA 51 6D 0 44 38 2 15E 5E 41
Octal 372 121 155 0 104 70 2 536 136 101
Binary 11111010 1010001 1101101 0 1000100 111000 10 101011110 1011110 1000001

Color Harmonies of #FA516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA516D

Black with #FA516D

Text Example


Text Example

White with #FA516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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