Html Css Color HEX #FD518C French Rose

📋 copy color: '#FD518C'

red 253 ◦ green 81 ◦ blue 140

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

Shades of French Rose #FD518C

Tints of French Rose #FD518C

RGB

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

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

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

R = 53.38%
G = 17.09%
B = 29.54%

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

#FD518C (or 0xFD518C) is known color: French Rose. HEX triplet: FD, 51 and 8C. RGB value is (253,81,140). Sum of RGB (Red+Green+Blue) = 253+81+140=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD518C is #02AE73. Grayscale: #8B8B8B. Windows color (decimal): -175732 or 9196029. OLE color: 9196029.

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

Color convert

RGB 253 81 140 -
CMYK 0 0.68 0.45 0.01
HSL 339.42º 0.98% 0.65% -
HSV(B) 339.42º 0.68% 0.99% -
XYZ 48.18 28.66 27.8 -
YUV 139.15 128.48 209.2 -
System Red Green Blue C M Y K H S L
Decimal 253 81 140 0 0.68 0.45 0.01 339.42 0.98 0.65
Hex FD 51 8C 0 44 2D 1 153 62 41
Octal 375 121 214 0 104 55 1 523 142 101
Binary 11111101 1010001 10001100 0 1000100 101101 1 101010011 1100010 1000001

Color Harmonies of #FD518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD518C

Black with #FD518C

Text Example


Text Example

White with #FD518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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