Html Css Color HEX #FD538D French Rose

📋 copy color: '#FD538D'

red 253 ◦ green 83 ◦ blue 141

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

Shades of French Rose #FD538D

Tints of French Rose #FD538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 53.04%
G = 17.4%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD538D (or 0xFD538D) is known color: French Rose. HEX triplet: FD, 53 and 8D. RGB value is (253,83,141). Sum of RGB (Red+Green+Blue) = 253+83+141=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD538D is #02AC72. Grayscale: #8C8C8C. Windows color (decimal): -175219 or 9262077. OLE color: 9262077.

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

Color convert

RGB 253 83 141 -
CMYK 0 0.67 0.44 0.01
HSL 339.53º 0.98% 0.66% -
HSV(B) 339.53º 0.67% 0.99% -
XYZ 48.41 28.99 28.24 -
YUV 140.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 253 83 141 0 0.67 0.44 0.01 339.53 0.98 0.66
Hex FD 53 8D 0 43 2C 1 154 62 42
Octal 375 123 215 0 103 54 1 524 142 102
Binary 11111101 1010011 10001101 0 1000011 101100 1 101010100 1100010 1000010

Color Harmonies of #FD538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD538D

Black with #FD538D

Text Example


Text Example

White with #FD538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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