Html Css Color HEX #FE545E Wild Watermelon

📋 copy color: '#FE545E'

red 254 ◦ green 84 ◦ blue 94

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

Shades of Wild Watermelon #FE545E

Tints of Wild Watermelon #FE545E

RGB

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

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

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

R = 58.8%
G = 19.44%
B = 21.76%

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

#FE545E (or 0xFE545E) is known color: Wild Watermelon. HEX triplet: FE, 54 and 5E. RGB value is (254,84,94). Sum of RGB (Red+Green+Blue) = 254+84+94=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE545E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE545E is #01ABA1. Grayscale: #888888. Windows color (decimal): -109474 or 6182142. OLE color: 6182142.

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

Color convert

RGB 254 84 94 -
CMYK 0 0.67 0.63 0.00
HSL 356.47º 0.99% 0.66% -
HSV(B) 356.47º 0.67% 1% -
XYZ 46.06 28.22 13.61 -
YUV 135.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 254 84 94 0 0.67 0.63 0.00 356.47 0.99 0.66
Hex FE 54 5E 0 43 3F 0 164 63 42
Octal 376 124 136 0 103 77 0 544 143 102
Binary 11111110 1010100 1011110 0 1000011 111111 0 101100100 1100011 1000010

Color Harmonies of #FE545E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE545E

Black with #FE545E

Text Example


Text Example

White with #FE545E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE545E; }

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

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

background-color css

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

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

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

border-color css

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

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

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