Html Css Color HEX #FD558A French Rose

📋 copy color: '#FD558A'

red 253 ◦ green 85 ◦ blue 138

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

Shades of French Rose #FD558A

Tints of French Rose #FD558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 53.15%
G = 17.86%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD558A (or 0xFD558A) is known color: French Rose. HEX triplet: FD, 55 and 8A. RGB value is (253,85,138). Sum of RGB (Red+Green+Blue) = 253+85+138=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD558A is #02AA75. Grayscale: #8D8D8D. Windows color (decimal): -174710 or 9065981. OLE color: 9065981.

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

Color convert

RGB 253 85 138 -
CMYK 0 0.66 0.45 0.01
HSL 341.07º 0.98% 0.66% -
HSV(B) 341.07º 0.66% 0.99% -
XYZ 48.34 29.21 27.14 -
YUV 141.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 253 85 138 0 0.66 0.45 0.01 341.07 0.98 0.66
Hex FD 55 8A 0 42 2D 1 155 62 42
Octal 375 125 212 0 102 55 1 525 142 102
Binary 11111101 1010101 10001010 0 1000010 101101 1 101010101 1100010 1000010

Color Harmonies of #FD558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD558A

Black with #FD558A

Text Example


Text Example

White with #FD558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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