Html Css Color HEX #FD548D French Rose

📋 copy color: '#FD548D'

red 253 ◦ green 84 ◦ blue 141

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

Shades of French Rose #FD548D

Tints of French Rose #FD548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.57%

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

R = 52.93%
G = 17.57%
B = 29.5%

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

#FD548D (or 0xFD548D) is known color: French Rose. HEX triplet: FD, 54 and 8D. RGB value is (253,84,141). Sum of RGB (Red+Green+Blue) = 253+84+141=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD548D is #02AB72. Grayscale: #8C8C8C. Windows color (decimal): -174963 or 9262333. OLE color: 9262333.

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

Color convert

RGB 253 84 141 -
CMYK 0 0.67 0.44 0.01
HSL 339.76º 0.98% 0.66% -
HSV(B) 339.76º 0.67% 0.99% -
XYZ 48.49 29.15 28.27 -
YUV 141.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 253 84 141 0 0.67 0.44 0.01 339.76 0.98 0.66
Hex FD 54 8D 0 43 2C 1 154 62 42
Octal 375 124 215 0 103 54 1 524 142 102
Binary 11111101 1010100 10001101 0 1000011 101100 1 101010100 1100010 1000010

Color Harmonies of #FD548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD548D

Black with #FD548D

Text Example


Text Example

White with #FD548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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