Html Css Color HEX #FA5672 Wild Watermelon

📋 copy color: '#FA5672'

red 250 ◦ green 86 ◦ blue 114

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

Shades of Wild Watermelon #FA5672

Tints of Wild Watermelon #FA5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.11%

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 55.56%
G = 19.11%
B = 25.33%

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

#FA5672 (or 0xFA5672) is known color: Wild Watermelon. HEX triplet: FA, 56 and 72. RGB value is (250,86,114). Sum of RGB (Red+Green+Blue) = 250+86+114=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5672 is #05A98D. Grayscale: #8A8A8A. Windows color (decimal): -371086 or 7493370. OLE color: 7493370.

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

Color convert

RGB 250 86 114 -
CMYK 0 0.66 0.54 0.02
HSL 349.76º 0.94% 0.66% -
HSV(B) 349.76º 0.66% 0.98% -
XYZ 45.79 28.19 18.95 -
YUV 138.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 250 86 114 0 0.66 0.54 0.02 349.76 0.94 0.66
Hex FA 56 72 0 42 36 2 15E 5E 42
Octal 372 126 162 0 102 66 2 536 136 102
Binary 11111010 1010110 1110010 0 1000010 110110 10 101011110 1011110 1000010

Color Harmonies of #FA5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5672

Black with #FA5672

Text Example


Text Example

White with #FA5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5672; }

 p { color: rgb(250,86,114); }

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

background-color css

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

 a { background-color: rgb(250,86,114); }

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

border-color css

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

 span { border-color: rgb(250,86,114); }

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