Html Css Color HEX #FA5170 Wild Watermelon

📋 copy color: '#FA5170'

red 250 ◦ green 81 ◦ blue 112

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

Shades of Wild Watermelon #FA5170

Tints of Wild Watermelon #FA5170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.28%

R = 56.43%
G = 18.28%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA5170 (or 0xFA5170) is known color: Wild Watermelon. HEX triplet: FA, 51 and 70. RGB value is (250,81,112). Sum of RGB (Red+Green+Blue) = 250+81+112=443 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.43% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5170 is #05AE8F. Grayscale: #878787. Windows color (decimal): -372368 or 7361018. OLE color: 7361018.

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

Color convert

RGB 250 81 112 -
CMYK 0 0.68 0.55 0.02
HSL 348.99º 0.94% 0.65% -
HSV(B) 348.99º 0.68% 0.98% -
XYZ 45.29 27.38 18.23 -
YUV 135.07 114.99 209.98 -
System Red Green Blue C M Y K H S L
Decimal 250 81 112 0 0.68 0.55 0.02 348.99 0.94 0.65
Hex FA 51 70 0 44 37 2 15D 5E 41
Octal 372 121 160 0 104 67 2 535 136 101
Binary 11111010 1010001 1110000 0 1000100 110111 10 101011101 1011110 1000001

Color Harmonies of #FA5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5170

Black with #FA5170

Text Example


Text Example

White with #FA5170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5170; }

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

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

background-color css

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

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

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

border-color css

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

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

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