Html Css Color HEX #FE545D Wild Watermelon

📋 copy color: '#FE545D'

red 254 ◦ green 84 ◦ blue 93

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

Shades of Wild Watermelon #FE545D

Tints of Wild Watermelon #FE545D

RGB

 RED value IS 254 (99.61% from 255) = 58.93%

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

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

R = 58.93%
G = 19.49%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE545D (or 0xFE545D) is known color: Wild Watermelon. HEX triplet: FE, 54 and 5D. RGB value is (254,84,93). Sum of RGB (Red+Green+Blue) = 254+84+93=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE545D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE545D is #01ABA2. Grayscale: #878787. Windows color (decimal): -109475 or 6116606. OLE color: 6116606.

HSL color Cylindrical-coordinate representation of color #FE545D: hue angle of 356.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE545D is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 84 93 -
CMYK 0 0.67 0.63 0.00
HSL 356.82º 0.99% 0.66% -
HSV(B) 356.82º 0.67% 1% -
XYZ 46.02 28.2 13.37 -
YUV 135.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 254 84 93 0 0.67 0.63 0.00 356.82 0.99 0.66
Hex FE 54 5D 0 43 3F 0 165 63 42
Octal 376 124 135 0 103 77 0 545 143 102
Binary 11111110 1010100 1011101 0 1000011 111111 0 101100101 1100011 1000010

Color Harmonies of #FE545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE545D

Black with #FE545D

Text Example


Text Example

White with #FE545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE545D; }

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

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

background-color css

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

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

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

border-color css

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

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

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