Html Css Color HEX #FA5E74 Wild Watermelon

📋 copy color: '#FA5E74'

red 250 ◦ green 94 ◦ blue 116

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

Shades of Wild Watermelon #FA5E74

Tints of Wild Watermelon #FA5E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.43%

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

R = 54.35%
G = 20.43%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA5E74 (or 0xFA5E74) is known color: Wild Watermelon. HEX triplet: FA, 5E and 74. RGB value is (250,94,116). Sum of RGB (Red+Green+Blue) = 250+94+116=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E74 is #05A18B. Grayscale: #8F8F8F. Windows color (decimal): -369036 or 7626490. OLE color: 7626490.

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

Color convert

RGB 250 94 116 -
CMYK 0 0.62 0.54 0.02
HSL 351.54º 0.94% 0.67% -
HSV(B) 351.54º 0.62% 0.98% -
XYZ 46.58 29.59 19.78 -
YUV 143.15 112.68 204.21 -
System Red Green Blue C M Y K H S L
Decimal 250 94 116 0 0.62 0.54 0.02 351.54 0.94 0.67
Hex FA 5E 74 0 3E 36 2 160 5E 43
Octal 372 136 164 0 76 66 2 540 136 103
Binary 11111010 1011110 1110100 0 111110 110110 10 101100000 1011110 1000011

Color Harmonies of #FA5E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E74

Black with #FA5E74

Text Example


Text Example

White with #FA5E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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