Html Css Color HEX #FF558D French Rose

📋 copy color: '#FF558D'

red 255 ◦ green 85 ◦ blue 141

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

Shades of French Rose #FF558D

Tints of French Rose #FF558D

RGB

 RED value IS 255 (100% from 255) = 53.01%

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

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

R = 53.01%
G = 17.67%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF558D (or 0xFF558D) is known color: French Rose. HEX triplet: FF, 55 and 8D. RGB value is (255,85,141). Sum of RGB (Red+Green+Blue) = 255+85+141=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF558D is #00AA72. Grayscale: #8E8E8E. Windows color (decimal): -43635 or 9262591. OLE color: 9262591.

HSL color Cylindrical-coordinate representation of color #FF558D: hue angle of 340.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF558D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 85 141 -
CMYK 0 0.67 0.45 0
HSL 340.24º 1% 0.67% -
HSV(B) 340.24º 0.67% 1% -
XYZ 49.3 29.68 28.33 -
YUV 142.21 127.32 208.45 -
System Red Green Blue C M Y K H S L
Decimal 255 85 141 0 0.67 0.45 0 340.24 1 0.67
Hex FF 55 8D 0 43 2D 0 154 64 43
Octal 377 125 215 0 103 55 0 524 144 103
Binary 11111111 1010101 10001101 0 1000011 101101 0 101010100 1100100 1000011

Color Harmonies of #FF558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF558D

Black with #FF558D

Text Example


Text Example

White with #FF558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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