Html Css Color HEX #FD598C French Rose

📋 copy color: '#FD598C'

red 253 ◦ green 89 ◦ blue 140

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

Shades of French Rose #FD598C

Tints of French Rose #FD598C

RGB

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

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

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

R = 52.49%
G = 18.46%
B = 29.05%

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

#FD598C (or 0xFD598C) is known color: French Rose. HEX triplet: FD, 59 and 8C. RGB value is (253,89,140). Sum of RGB (Red+Green+Blue) = 253+89+140=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD598C is #02A673. Grayscale: #8F8F8F. Windows color (decimal): -173684 or 9198077. OLE color: 9198077.

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

Color convert

RGB 253 89 140 -
CMYK 0 0.65 0.45 0.01
HSL 341.34º 0.98% 0.67% -
HSV(B) 341.34º 0.65% 0.99% -
XYZ 48.81 29.92 28.01 -
YUV 143.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 253 89 140 0 0.65 0.45 0.01 341.34 0.98 0.67
Hex FD 59 8C 0 41 2D 1 155 62 43
Octal 375 131 214 0 101 55 1 525 142 103
Binary 11111101 1011001 10001100 0 1000001 101101 1 101010101 1100010 1000011

Color Harmonies of #FD598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD598C

Black with #FD598C

Text Example


Text Example

White with #FD598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD598C; }

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

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

background-color css

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

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

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

border-color css

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

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

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