Html Css Color HEX #FF558B French Rose

📋 copy color: '#FF558B'

red 255 ◦ green 85 ◦ blue 139

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

Shades of French Rose #FF558B

Tints of French Rose #FF558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 53.24%
G = 17.75%
B = 29.02%

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

#FF558B (or 0xFF558B) is known color: French Rose. HEX triplet: FF, 55 and 8B. RGB value is (255,85,139). Sum of RGB (Red+Green+Blue) = 255+85+139=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF558B is #00AA74. Grayscale: #8D8D8D. Windows color (decimal): -43637 or 9131519. OLE color: 9131519.

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

Color convert

RGB 255 85 139 -
CMYK 0 0.67 0.45 0
HSL 340.94º 1% 0.67% -
HSV(B) 340.94º 0.67% 1% -
XYZ 49.15 29.62 27.55 -
YUV 141.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 255 85 139 0 0.67 0.45 0 340.94 1 0.67
Hex FF 55 8B 0 43 2D 0 155 64 43
Octal 377 125 213 0 103 55 0 525 144 103
Binary 11111111 1010101 10001011 0 1000011 101101 0 101010101 1100100 1000011

Color Harmonies of #FF558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF558B

Black with #FF558B

Text Example


Text Example

White with #FF558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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