Html Css Color HEX #FE558D French Rose

📋 copy color: '#FE558D'

red 254 ◦ green 85 ◦ blue 141

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

Shades of French Rose #FE558D

Tints of French Rose #FE558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 52.92%
G = 17.71%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE558D (or 0xFE558D) is known color: French Rose. HEX triplet: FE, 55 and 8D. RGB value is (254,85,141). Sum of RGB (Red+Green+Blue) = 254+85+141=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE558D is #01AA72. Grayscale: #8D8D8D. Windows color (decimal): -109171 or 9262590. OLE color: 9262590.

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

Color convert

RGB 254 85 141 -
CMYK 0 0.67 0.44 0.00
HSL 340.12º 0.99% 0.66% -
HSV(B) 340.12º 0.67% 1% -
XYZ 48.93 29.49 28.31 -
YUV 141.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 254 85 141 0 0.67 0.44 0.00 340.12 0.99 0.66
Hex FE 55 8D 0 43 2C 0 154 63 42
Octal 376 125 215 0 103 54 0 524 143 102
Binary 11111110 1010101 10001101 0 1000011 101100 0 101010100 1100011 1000010

Color Harmonies of #FE558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE558D

Black with #FE558D

Text Example


Text Example

White with #FE558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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