Html Css Color HEX #FA587C Wild Watermelon

📋 copy color: '#FA587C'

red 250 ◦ green 88 ◦ blue 124

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

Shades of Wild Watermelon #FA587C

Tints of Wild Watermelon #FA587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.05%

 BLUE value IS 124 (48.83% from 255) = 26.84%

R = 54.11%
G = 19.05%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA587C (or 0xFA587C) is known color: Wild Watermelon. HEX triplet: FA, 58 and 7C. RGB value is (250,88,124). Sum of RGB (Red+Green+Blue) = 250+88+124=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA587C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA587C is #05A783. Grayscale: #8C8C8C. Windows color (decimal): -370564 or 8149242. OLE color: 8149242.

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

Color convert

RGB 250 88 124 -
CMYK 0 0.65 0.50 0.02
HSL 346.67º 0.94% 0.66% -
HSV(B) 346.67º 0.65% 0.98% -
XYZ 46.55 28.76 22.17 -
YUV 140.54 118.67 206.07 -
System Red Green Blue C M Y K H S L
Decimal 250 88 124 0 0.65 0.50 0.02 346.67 0.94 0.66
Hex FA 58 7C 0 41 32 2 15B 5E 42
Octal 372 130 174 0 101 62 2 533 136 102
Binary 11111010 1011000 1111100 0 1000001 110010 10 101011011 1011110 1000010

Color Harmonies of #FA587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA587C

Black with #FA587C

Text Example


Text Example

White with #FA587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA587C; }

 p { color: rgb(250,88,124); }

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

background-color css

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

 a { background-color: rgb(250,88,124); }

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

border-color css

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

 span { border-color: rgb(250,88,124); }

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