Html Css Color HEX #FD558E French Rose

📋 copy color: '#FD558E'

red 253 ◦ green 85 ◦ blue 142

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

Shades of French Rose #FD558E

Tints of French Rose #FD558E

RGB

 RED value IS 253 (99.22% from 255) = 52.71%

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

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

R = 52.71%
G = 17.71%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD558E (or 0xFD558E) is known color: French Rose. HEX triplet: FD, 55 and 8E. RGB value is (253,85,142). Sum of RGB (Red+Green+Blue) = 253+85+142=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD558E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD558E is #02AA71. Grayscale: #8D8D8D. Windows color (decimal): -174706 or 9328125. OLE color: 9328125.

HSL color Cylindrical-coordinate representation of color #FD558E: hue angle of 339.64º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD558E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 85 142 -
CMYK 0 0.66 0.44 0.01
HSL 339.64º 0.98% 0.66% -
HSV(B) 339.64º 0.66% 0.99% -
XYZ 48.64 29.33 28.69 -
YUV 141.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 253 85 142 0 0.66 0.44 0.01 339.64 0.98 0.66
Hex FD 55 8E 0 42 2C 1 154 62 42
Octal 375 125 216 0 102 54 1 524 142 102
Binary 11111101 1010101 10001110 0 1000010 101100 1 101010100 1100010 1000010

Color Harmonies of #FD558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD558E

Black with #FD558E

Text Example


Text Example

White with #FD558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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