Html Css Color HEX #FF558E French Rose

📋 copy color: '#FF558E'

red 255 ◦ green 85 ◦ blue 142

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

Shades of French Rose #FF558E

Tints of French Rose #FF558E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 52.9%
G = 17.63%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF558E (or 0xFF558E) is known color: French Rose. HEX triplet: FF, 55 and 8E. RGB value is (255,85,142). Sum of RGB (Red+Green+Blue) = 255+85+142=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF558E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF558E is #00AA71. Grayscale: #8E8E8E. Windows color (decimal): -43634 or 9328127. OLE color: 9328127.

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

Color convert

RGB 255 85 142 -
CMYK 0 0.67 0.44 0
HSL 339.88º 1% 0.67% -
HSV(B) 339.88º 0.67% 1% -
XYZ 49.37 29.71 28.72 -
YUV 142.33 127.82 208.37 -
System Red Green Blue C M Y K H S L
Decimal 255 85 142 0 0.67 0.44 0 339.88 1 0.67
Hex FF 55 8E 0 43 2C 0 154 64 43
Octal 377 125 216 0 103 54 0 524 144 103
Binary 11111111 1010101 10001110 0 1000011 101100 0 101010100 1100100 1000011

Color Harmonies of #FF558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF558E

Black with #FF558E

Text Example


Text Example

White with #FF558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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