Html Css Color HEX #FA545D Wild Watermelon

📋 copy color: '#FA545D'

red 250 ◦ green 84 ◦ blue 93

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

Shades of Wild Watermelon #FA545D

Tints of Wild Watermelon #FA545D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.78%

R = 58.55%
G = 19.67%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA545D (or 0xFA545D) is known color: Wild Watermelon. HEX triplet: FA, 54 and 5D. RGB value is (250,84,93). Sum of RGB (Red+Green+Blue) = 250+84+93=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA545D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA545D is #05ABA2. Grayscale: #868686. Windows color (decimal): -371619 or 6116602. OLE color: 6116602.

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

Color convert

RGB 250 84 93 -
CMYK 0 0.66 0.63 0.02
HSL 356.75º 0.94% 0.65% -
HSV(B) 356.75º 0.66% 0.98% -
XYZ 44.57 27.45 13.31 -
YUV 134.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 250 84 93 0 0.66 0.63 0.02 356.75 0.94 0.65
Hex FA 54 5D 0 42 3F 2 165 5E 41
Octal 372 124 135 0 102 77 2 545 136 101
Binary 11111010 1010100 1011101 0 1000010 111111 10 101100101 1011110 1000001

Color Harmonies of #FA545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA545D

Black with #FA545D

Text Example


Text Example

White with #FA545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA545D; }

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

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

background-color css

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

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

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

border-color css

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

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

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