Html Css Color HEX #FE555F Wild Watermelon

📋 copy color: '#FE555F'

red 254 ◦ green 85 ◦ blue 95

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

Shades of Wild Watermelon #FE555F

Tints of Wild Watermelon #FE555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.59%

 BLUE value IS 95 (37.5% from 255) = 21.89%

R = 58.53%
G = 19.59%
B = 21.89%

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

#FE555F (or 0xFE555F) is known color: Wild Watermelon. HEX triplet: FE, 55 and 5F. RGB value is (254,85,95). Sum of RGB (Red+Green+Blue) = 254+85+95=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE555F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE555F is #01AAA0. Grayscale: #888888. Windows color (decimal): -109217 or 6247934. OLE color: 6247934.

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

Color convert

RGB 254 85 95 -
CMYK 0 0.67 0.63 0.00
HSL 356.45º 0.99% 0.66% -
HSV(B) 356.45º 0.67% 1% -
XYZ 46.19 28.39 13.87 -
YUV 136.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 254 85 95 0 0.67 0.63 0.00 356.45 0.99 0.66
Hex FE 55 5F 0 43 3F 0 164 63 42
Octal 376 125 137 0 103 77 0 544 143 102
Binary 11111110 1010101 1011111 0 1000011 111111 0 101100100 1100011 1000010

Color Harmonies of #FE555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE555F

Black with #FE555F

Text Example


Text Example

White with #FE555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE555F; }

 p { color: rgb(254,85,95); }

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

background-color css

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

 a { background-color: rgb(254,85,95); }

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

border-color css

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

 span { border-color: rgb(254,85,95); }

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