Html Css Color HEX #FA515D Wild Watermelon

📋 copy color: '#FA515D'

red 250 ◦ green 81 ◦ blue 93

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

Shades of Wild Watermelon #FA515D

Tints of Wild Watermelon #FA515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 58.96%
G = 19.1%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA515D (or 0xFA515D) is known color: Wild Watermelon. HEX triplet: FA, 51 and 5D. RGB value is (250,81,93). Sum of RGB (Red+Green+Blue) = 250+81+93=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA515D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA515D is #05AEA2. Grayscale: #858585. Windows color (decimal): -372387 or 6115834. OLE color: 6115834.

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

Color convert

RGB 250 81 93 -
CMYK 0 0.68 0.63 0.02
HSL 355.74º 0.94% 0.65% -
HSV(B) 355.74º 0.68% 0.98% -
XYZ 44.34 27 13.23 -
YUV 132.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 250 81 93 0 0.68 0.63 0.02 355.74 0.94 0.65
Hex FA 51 5D 0 44 3F 2 164 5E 41
Octal 372 121 135 0 104 77 2 544 136 101
Binary 11111010 1010001 1011101 0 1000100 111111 10 101100100 1011110 1000001

Color Harmonies of #FA515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA515D

Black with #FA515D

Text Example


Text Example

White with #FA515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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