Html Css Color HEX #FA585A Wild Watermelon

📋 copy color: '#FA585A'

red 250 ◦ green 88 ◦ blue 90

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

Shades of Wild Watermelon #FA585A

Tints of Wild Watermelon #FA585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.03%

R = 58.41%
G = 20.56%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA585A (or 0xFA585A) is known color: Wild Watermelon. HEX triplet: FA, 58 and 5A. RGB value is (250,88,90). Sum of RGB (Red+Green+Blue) = 250+88+90=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA585A is #05A7A5. Grayscale: #888888. Windows color (decimal): -370598 or 5921018. OLE color: 5921018.

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

Color convert

RGB 250 88 90 -
CMYK 0 0.65 0.64 0.02
HSL 359.26º 0.94% 0.66% -
HSV(B) 359.26º 0.65% 0.98% -
XYZ 44.76 28.04 12.73 -
YUV 136.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 250 88 90 0 0.65 0.64 0.02 359.26 0.94 0.66
Hex FA 58 5A 0 41 40 2 167 5E 42
Octal 372 130 132 0 101 100 2 547 136 102
Binary 11111010 1011000 1011010 0 1000001 1000000 10 101100111 1011110 1000010

Color Harmonies of #FA585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA585A

Black with #FA585A

Text Example


Text Example

White with #FA585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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