Html Css Color HEX #FE558C French Rose

📋 copy color: '#FE558C'

red 254 ◦ green 85 ◦ blue 140

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

Shades of French Rose #FE558C

Tints of French Rose #FE558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 53.03%
G = 17.75%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE558C (or 0xFE558C) is known color: French Rose. HEX triplet: FE, 55 and 8C. RGB value is (254,85,140). Sum of RGB (Red+Green+Blue) = 254+85+140=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE558C is #01AA73. Grayscale: #8D8D8D. Windows color (decimal): -109172 or 9197054. OLE color: 9197054.

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

Color convert

RGB 254 85 140 -
CMYK 0 0.67 0.45 0.00
HSL 340.47º 0.99% 0.66% -
HSV(B) 340.47º 0.67% 1% -
XYZ 48.86 29.46 27.92 -
YUV 141.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 254 85 140 0 0.67 0.45 0.00 340.47 0.99 0.66
Hex FE 55 8C 0 43 2D 0 154 63 42
Octal 376 125 214 0 103 55 0 524 143 102
Binary 11111110 1010101 10001100 0 1000011 101101 0 101010100 1100011 1000010

Color Harmonies of #FE558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE558C

Black with #FE558C

Text Example


Text Example

White with #FE558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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