Html Css Color HEX #FC518D French Rose

📋 copy color: '#FC518D'

red 252 ◦ green 81 ◦ blue 141

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

Shades of French Rose #FC518D

Tints of French Rose #FC518D

RGB

 RED value IS 252 (98.83% from 255) = 53.16%

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

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

R = 53.16%
G = 17.09%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC518D (or 0xFC518D) is known color: French Rose. HEX triplet: FC, 51 and 8D. RGB value is (252,81,141). Sum of RGB (Red+Green+Blue) = 252+81+141=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC518D is #03AE72. Grayscale: #8A8A8A. Windows color (decimal): -241267 or 9261564. OLE color: 9261564.

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

Color convert

RGB 252 81 141 -
CMYK 0 0.68 0.44 0.01
HSL 338.95º 0.97% 0.65% -
HSV(B) 338.95º 0.68% 0.99% -
XYZ 47.9 28.5 28.18 -
YUV 138.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 252 81 141 0 0.68 0.44 0.01 338.95 0.97 0.65
Hex FC 51 8D 0 44 2C 1 153 61 41
Octal 374 121 215 0 104 54 1 523 141 101
Binary 11111100 1010001 10001101 0 1000100 101100 1 101010011 1100001 1000001

Color Harmonies of #FC518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC518D

Black with #FC518D

Text Example


Text Example

White with #FC518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC518D; }

 p { color: rgb(252,81,141); }

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

background-color css

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

 a { background-color: rgb(252,81,141); }

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

border-color css

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

 span { border-color: rgb(252,81,141); }

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