Html Css Color HEX #FD5491 French Rose

📋 copy color: '#FD5491'

red 253 ◦ green 84 ◦ blue 145

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

Shades of French Rose #FD5491

Tints of French Rose #FD5491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 52.49%
G = 17.43%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD5491 (or 0xFD5491) is known color: French Rose. HEX triplet: FD, 54 and 91. RGB value is (253,84,145). Sum of RGB (Red+Green+Blue) = 253+84+145=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5491 is #02AB6E. Grayscale: #8D8D8D. Windows color (decimal): -174959 or 9524477. OLE color: 9524477.

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

Color convert

RGB 253 84 145 -
CMYK 0 0.67 0.43 0.01
HSL 338.34º 0.98% 0.66% -
HSV(B) 338.34º 0.67% 0.99% -
XYZ 48.79 29.27 29.87 -
YUV 141.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 253 84 145 0 0.67 0.43 0.01 338.34 0.98 0.66
Hex FD 54 91 0 43 2B 1 152 62 42
Octal 375 124 221 0 103 53 1 522 142 102
Binary 11111101 1010100 10010001 0 1000011 101011 1 101010010 1100010 1000010

Color Harmonies of #FD5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5491

Black with #FD5491

Text Example


Text Example

White with #FD5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5491; }

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

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

background-color css

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

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

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

border-color css

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

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

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