Html Css Color HEX #FE556E Wild Watermelon

📋 copy color: '#FE556E'

red 254 ◦ green 85 ◦ blue 110

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

Shades of Wild Watermelon #FE556E

Tints of Wild Watermelon #FE556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 56.57%
G = 18.93%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE556E (or 0xFE556E) is known color: Wild Watermelon. HEX triplet: FE, 55 and 6E. RGB value is (254,85,110). Sum of RGB (Red+Green+Blue) = 254+85+110=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE556E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE556E is #01AA91. Grayscale: #8A8A8A. Windows color (decimal): -109202 or 7230974. OLE color: 7230974.

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

Color convert

RGB 254 85 110 -
CMYK 0 0.67 0.57 0.00
HSL 351.12º 0.99% 0.66% -
HSV(B) 351.12º 0.67% 1% -
XYZ 46.94 28.69 17.82 -
YUV 138.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 254 85 110 0 0.67 0.57 0.00 351.12 0.99 0.66
Hex FE 55 6E 0 43 39 0 15F 63 42
Octal 376 125 156 0 103 71 0 537 143 102
Binary 11111110 1010101 1101110 0 1000011 111001 0 101011111 1100011 1000010

Color Harmonies of #FE556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE556E

Black with #FE556E

Text Example


Text Example

White with #FE556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE556E; }

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

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

background-color css

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

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

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

border-color css

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

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

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