Html Css Color HEX #FD518A French Rose

📋 copy color: '#FD518A'

red 253 ◦ green 81 ◦ blue 138

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

Shades of French Rose #FD518A

Tints of French Rose #FD518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.16%

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 53.6%
G = 17.16%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD518A (or 0xFD518A) is known color: French Rose. HEX triplet: FD, 51 and 8A. RGB value is (253,81,138). Sum of RGB (Red+Green+Blue) = 253+81+138=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD518A is #02AE75. Grayscale: #8A8A8A. Windows color (decimal): -175734 or 9064957. OLE color: 9064957.

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

Color convert

RGB 253 81 138 -
CMYK 0 0.68 0.45 0.01
HSL 340.12º 0.98% 0.65% -
HSV(B) 340.12º 0.68% 0.99% -
XYZ 48.04 28.6 27.03 -
YUV 138.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 253 81 138 0 0.68 0.45 0.01 340.12 0.98 0.65
Hex FD 51 8A 0 44 2D 1 154 62 41
Octal 375 121 212 0 104 55 1 524 142 101
Binary 11111101 1010001 10001010 0 1000100 101101 1 101010100 1100010 1000001

Color Harmonies of #FD518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD518A

Black with #FD518A

Text Example


Text Example

White with #FD518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD518A; }

 p { color: rgb(253,81,138); }

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

background-color css

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

 a { background-color: rgb(253,81,138); }

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

border-color css

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

 span { border-color: rgb(253,81,138); }

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