Html Css Color HEX #FD558F French Rose

📋 copy color: '#FD558F'

red 253 ◦ green 85 ◦ blue 143

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

Shades of French Rose #FD558F

Tints of French Rose #FD558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 52.6%
G = 17.67%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD558F (or 0xFD558F) is known color: French Rose. HEX triplet: FD, 55 and 8F. RGB value is (253,85,143). Sum of RGB (Red+Green+Blue) = 253+85+143=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD558F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD558F is #02AA70. Grayscale: #8D8D8D. Windows color (decimal): -174705 or 9393661. OLE color: 9393661.

HSL color Cylindrical-coordinate representation of color #FD558F: hue angle of 339.29º 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 #FD558F is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 85 143 -
CMYK 0 0.66 0.43 0.01
HSL 339.29º 0.98% 0.66% -
HSV(B) 339.29º 0.66% 0.99% -
XYZ 48.71 29.36 29.09 -
YUV 141.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 253 85 143 0 0.66 0.43 0.01 339.29 0.98 0.66
Hex FD 55 8F 0 42 2B 1 153 62 42
Octal 375 125 217 0 102 53 1 523 142 102
Binary 11111101 1010101 10001111 0 1000010 101011 1 101010011 1100010 1000010

Color Harmonies of #FD558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD558F

Black with #FD558F

Text Example


Text Example

White with #FD558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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