Html Css Color HEX #FA5174 Wild Watermelon

📋 copy color: '#FA5174'

red 250 ◦ green 81 ◦ blue 116

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

Shades of Wild Watermelon #FA5174

Tints of Wild Watermelon #FA5174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.95%

R = 55.93%
G = 18.12%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA5174 (or 0xFA5174) is known color: Wild Watermelon. HEX triplet: FA, 51 and 74. RGB value is (250,81,116). Sum of RGB (Red+Green+Blue) = 250+81+116=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5174 is #05AE8B. Grayscale: #878787. Windows color (decimal): -372364 or 7623162. OLE color: 7623162.

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

Color convert

RGB 250 81 116 -
CMYK 0 0.68 0.54 0.02
HSL 347.57º 0.94% 0.65% -
HSV(B) 347.57º 0.68% 0.98% -
XYZ 45.52 27.47 19.43 -
YUV 135.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 250 81 116 0 0.68 0.54 0.02 347.57 0.94 0.65
Hex FA 51 74 0 44 36 2 15C 5E 41
Octal 372 121 164 0 104 66 2 534 136 101
Binary 11111010 1010001 1110100 0 1000100 110110 10 101011100 1011110 1000001

Color Harmonies of #FA5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5174

Black with #FA5174

Text Example


Text Example

White with #FA5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5174; }

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

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

background-color css

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

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

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

border-color css

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

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

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