Html Css Color HEX #FA545E Wild Watermelon

📋 copy color: '#FA545E'

red 250 ◦ green 84 ◦ blue 94

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

Shades of Wild Watermelon #FA545E

Tints of Wild Watermelon #FA545E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.96%

R = 58.41%
G = 19.63%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA545E (or 0xFA545E) is known color: Wild Watermelon. HEX triplet: FA, 54 and 5E. RGB value is (250,84,94). Sum of RGB (Red+Green+Blue) = 250+84+94=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA545E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA545E is #05ABA1. Grayscale: #868686. Windows color (decimal): -371618 or 6182138. OLE color: 6182138.

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

Color convert

RGB 250 84 94 -
CMYK 0 0.66 0.62 0.02
HSL 356.39º 0.94% 0.65% -
HSV(B) 356.39º 0.66% 0.98% -
XYZ 44.62 27.47 13.54 -
YUV 134.77 105 210.19 -
System Red Green Blue C M Y K H S L
Decimal 250 84 94 0 0.66 0.62 0.02 356.39 0.94 0.65
Hex FA 54 5E 0 42 3E 2 164 5E 41
Octal 372 124 136 0 102 76 2 544 136 101
Binary 11111010 1010100 1011110 0 1000010 111110 10 101100100 1011110 1000001

Color Harmonies of #FA545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA545E

Black with #FA545E

Text Example


Text Example

White with #FA545E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA545E; }

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

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

background-color css

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

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

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

border-color css

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

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

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