Html Css Color HEX #FA545A Wild Watermelon

📋 copy color: '#FA545A'

red 250 ◦ green 84 ◦ blue 90

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

Shades of Wild Watermelon #FA545A

Tints of Wild Watermelon #FA545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.81%

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

R = 58.96%
G = 19.81%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA545A (or 0xFA545A) is known color: Wild Watermelon. HEX triplet: FA, 54 and 5A. RGB value is (250,84,90). Sum of RGB (Red+Green+Blue) = 250+84+90=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA545A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA545A is #05ABA5. Grayscale: #868686. Windows color (decimal): -371622 or 5919994. OLE color: 5919994.

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

Color convert

RGB 250 84 90 -
CMYK 0 0.66 0.64 0.02
HSL 357.83º 0.94% 0.65% -
HSV(B) 357.83º 0.66% 0.98% -
XYZ 44.44 27.4 12.62 -
YUV 134.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 250 84 90 0 0.66 0.64 0.02 357.83 0.94 0.65
Hex FA 54 5A 0 42 40 2 166 5E 41
Octal 372 124 132 0 102 100 2 546 136 101
Binary 11111010 1010100 1011010 0 1000010 1000000 10 101100110 1011110 1000001

Color Harmonies of #FA545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA545A

Black with #FA545A

Text Example


Text Example

White with #FA545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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