Html Css Color HEX #FA5376 Wild Watermelon

📋 copy color: '#FA5376'

red 250 ◦ green 83 ◦ blue 118

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

Shades of Wild Watermelon #FA5376

Tints of Wild Watermelon #FA5376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.4%

 BLUE value IS 118 (46.48% from 255) = 26.16%

R = 55.43%
G = 18.4%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA5376 (or 0xFA5376) is known color: Wild Watermelon. HEX triplet: FA, 53 and 76. RGB value is (250,83,118). Sum of RGB (Red+Green+Blue) = 250+83+118=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5376 is #05AC89. Grayscale: #888888. Windows color (decimal): -371850 or 7754746. OLE color: 7754746.

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

Color convert

RGB 250 83 118 -
CMYK 0 0.67 0.53 0.02
HSL 347.43º 0.94% 0.65% -
HSV(B) 347.43º 0.67% 0.98% -
XYZ 45.79 27.82 20.1 -
YUV 136.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 250 83 118 0 0.67 0.53 0.02 347.43 0.94 0.65
Hex FA 53 76 0 43 35 2 15B 5E 41
Octal 372 123 166 0 103 65 2 533 136 101
Binary 11111010 1010011 1110110 0 1000011 110101 10 101011011 1011110 1000001

Color Harmonies of #FA5376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5376

Black with #FA5376

Text Example


Text Example

White with #FA5376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5376; }

 p { color: rgb(250,83,118); }

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

background-color css

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

 a { background-color: rgb(250,83,118); }

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

border-color css

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

 span { border-color: rgb(250,83,118); }

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