Html Css Color HEX #FA5175 Wild Watermelon

📋 copy color: '#FA5175'

red 250 ◦ green 81 ◦ blue 117

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

Shades of Wild Watermelon #FA5175

Tints of Wild Watermelon #FA5175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 55.8%
G = 18.08%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA5175 (or 0xFA5175) is known color: Wild Watermelon. HEX triplet: FA, 51 and 75. RGB value is (250,81,117). Sum of RGB (Red+Green+Blue) = 250+81+117=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5175 is #05AE8A. Grayscale: #878787. Windows color (decimal): -372363 or 7688698. OLE color: 7688698.

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

Color convert

RGB 250 81 117 -
CMYK 0 0.68 0.53 0.02
HSL 347.22º 0.94% 0.65% -
HSV(B) 347.22º 0.68% 0.98% -
XYZ 45.58 27.49 19.73 -
YUV 135.64 117.49 209.57 -
System Red Green Blue C M Y K H S L
Decimal 250 81 117 0 0.68 0.53 0.02 347.22 0.94 0.65
Hex FA 51 75 0 44 35 2 15B 5E 41
Octal 372 121 165 0 104 65 2 533 136 101
Binary 11111010 1010001 1110101 0 1000100 110101 10 101011011 1011110 1000001

Color Harmonies of #FA5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5175

Black with #FA5175

Text Example


Text Example

White with #FA5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5175; }

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

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

background-color css

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

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

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

border-color css

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

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

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