Html Css Color HEX #FA5074 Wild Watermelon

📋 copy color: '#FA5074'

red 250 ◦ green 80 ◦ blue 116

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

Shades of Wild Watermelon #FA5074

Tints of Wild Watermelon #FA5074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

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

R = 56.05%
G = 17.94%
B = 26.01%

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

#FA5074 (or 0xFA5074) is known color: Wild Watermelon. HEX triplet: FA, 50 and 74. RGB value is (250,80,116). Sum of RGB (Red+Green+Blue) = 250+80+116=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5074 is #05AF8B. Grayscale: #868686. Windows color (decimal): -372620 or 7622906. OLE color: 7622906.

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

Color convert

RGB 250 80 116 -
CMYK 0 0.68 0.54 0.02
HSL 347.29º 0.94% 0.65% -
HSV(B) 347.29º 0.68% 0.98% -
XYZ 45.45 27.32 19.4 -
YUV 134.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 250 80 116 0 0.68 0.54 0.02 347.29 0.94 0.65
Hex FA 50 74 0 44 36 2 15B 5E 41
Octal 372 120 164 0 104 66 2 533 136 101
Binary 11111010 1010000 1110100 0 1000100 110110 10 101011011 1011110 1000001

Color Harmonies of #FA5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5074

Black with #FA5074

Text Example


Text Example

White with #FA5074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5074; }

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

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

background-color css

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

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

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

border-color css

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

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

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