Html Css Color HEX #FA5474 Wild Watermelon

📋 copy color: '#FA5474'

red 250 ◦ green 84 ◦ blue 116

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

Shades of Wild Watermelon #FA5474

Tints of Wild Watermelon #FA5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.67%

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

R = 55.56%
G = 18.67%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA5474 (or 0xFA5474) is known color: Wild Watermelon. HEX triplet: FA, 54 and 74. RGB value is (250,84,116). Sum of RGB (Red+Green+Blue) = 250+84+116=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5474 is #05AB8B. Grayscale: #898989. Windows color (decimal): -371596 or 7623930. OLE color: 7623930.

HSL color Cylindrical-coordinate representation of color #FA5474: hue angle of 348.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5474 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 84 116 -
CMYK 0 0.66 0.54 0.02
HSL 348.43º 0.94% 0.65% -
HSV(B) 348.43º 0.66% 0.98% -
XYZ 45.75 27.93 19.5 -
YUV 137.28 116 208.4 -
System Red Green Blue C M Y K H S L
Decimal 250 84 116 0 0.66 0.54 0.02 348.43 0.94 0.65
Hex FA 54 74 0 42 36 2 15C 5E 41
Octal 372 124 164 0 102 66 2 534 136 101
Binary 11111010 1010100 1110100 0 1000010 110110 10 101011100 1011110 1000001

Color Harmonies of #FA5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5474

Black with #FA5474

Text Example


Text Example

White with #FA5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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