Html Css Color HEX #FD598D French Rose

📋 copy color: '#FD598D'

red 253 ◦ green 89 ◦ blue 141

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

Shades of French Rose #FD598D

Tints of French Rose #FD598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.43%

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 52.38%
G = 18.43%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD598D (or 0xFD598D) is known color: French Rose. HEX triplet: FD, 59 and 8D. RGB value is (253,89,141). Sum of RGB (Red+Green+Blue) = 253+89+141=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD598D is #02A672. Grayscale: #8F8F8F. Windows color (decimal): -173683 or 9263613. OLE color: 9263613.

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

Color convert

RGB 253 89 141 -
CMYK 0 0.65 0.44 0.01
HSL 340.98º 0.98% 0.67% -
HSV(B) 340.98º 0.65% 0.99% -
XYZ 48.89 29.95 28.4 -
YUV 143.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 253 89 141 0 0.65 0.44 0.01 340.98 0.98 0.67
Hex FD 59 8D 0 41 2C 1 155 62 43
Octal 375 131 215 0 101 54 1 525 142 103
Binary 11111101 1011001 10001101 0 1000001 101100 1 101010101 1100010 1000011

Color Harmonies of #FD598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD598D

Black with #FD598D

Text Example


Text Example

White with #FD598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD598D; }

 p { color: rgb(253,89,141); }

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

background-color css

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

 a { background-color: rgb(253,89,141); }

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

border-color css

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

 span { border-color: rgb(253,89,141); }

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