Html Css Color HEX #FA587D Wild Watermelon

📋 copy color: '#FA587D'

red 250 ◦ green 88 ◦ blue 125

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

Shades of Wild Watermelon #FA587D

Tints of Wild Watermelon #FA587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27%

R = 54%
G = 19.01%
B = 27%

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

#FA587D (or 0xFA587D) is known color: Wild Watermelon. HEX triplet: FA, 58 and 7D. RGB value is (250,88,125). Sum of RGB (Red+Green+Blue) = 250+88+125=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA587D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA587D is #05A782. Grayscale: #8C8C8C. Windows color (decimal): -370563 or 8214778. OLE color: 8214778.

HSL color Cylindrical-coordinate representation of color #FA587D: hue angle of 346.3º 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 #FA587D is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 88 125 -
CMYK 0 0.65 0.50 0.02
HSL 346.3º 0.94% 0.66% -
HSV(B) 346.3º 0.65% 0.98% -
XYZ 46.62 28.78 22.5 -
YUV 140.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 250 88 125 0 0.65 0.50 0.02 346.3 0.94 0.66
Hex FA 58 7D 0 41 32 2 15A 5E 42
Octal 372 130 175 0 101 62 2 532 136 102
Binary 11111010 1011000 1111101 0 1000001 110010 10 101011010 1011110 1000010

Color Harmonies of #FA587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA587D

Black with #FA587D

Text Example


Text Example

White with #FA587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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