Html Css Color HEX #FD588C French Rose

📋 copy color: '#FD588C'

red 253 ◦ green 88 ◦ blue 140

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

Shades of French Rose #FD588C

Tints of French Rose #FD588C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.3%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 52.6%
G = 18.3%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD588C (or 0xFD588C) is known color: French Rose. HEX triplet: FD, 58 and 8C. RGB value is (253,88,140). Sum of RGB (Red+Green+Blue) = 253+88+140=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD588C is #02A773. Grayscale: #8F8F8F. Windows color (decimal): -173940 or 9197821. OLE color: 9197821.

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

Color convert

RGB 253 88 140 -
CMYK 0 0.65 0.45 0.01
HSL 341.09º 0.98% 0.67% -
HSV(B) 341.09º 0.65% 0.99% -
XYZ 48.73 29.76 27.99 -
YUV 143.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 253 88 140 0 0.65 0.45 0.01 341.09 0.98 0.67
Hex FD 58 8C 0 41 2D 1 155 62 43
Octal 375 130 214 0 101 55 1 525 142 103
Binary 11111101 1011000 10001100 0 1000001 101101 1 101010101 1100010 1000011

Color Harmonies of #FD588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD588C

Black with #FD588C

Text Example


Text Example

White with #FD588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD588C; }

 p { color: rgb(253,88,140); }

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

background-color css

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

 a { background-color: rgb(253,88,140); }

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

border-color css

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

 span { border-color: rgb(253,88,140); }

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