Html Css Color HEX #FC518A French Rose

📋 copy color: '#FC518A'

red 252 ◦ green 81 ◦ blue 138

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

Shades of French Rose #FC518A

Tints of French Rose #FC518A

RGB

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

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

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

R = 53.5%
G = 17.2%
B = 29.3%

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

#FC518A (or 0xFC518A) is known color: French Rose. HEX triplet: FC, 51 and 8A. RGB value is (252,81,138). Sum of RGB (Red+Green+Blue) = 252+81+138=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC518A is #03AE75. Grayscale: #8A8A8A. Windows color (decimal): -241270 or 9064956. OLE color: 9064956.

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

Color convert

RGB 252 81 138 -
CMYK 0 0.68 0.45 0.01
HSL 340º 0.97% 0.65% -
HSV(B) 340º 0.68% 0.99% -
XYZ 47.67 28.42 27.02 -
YUV 138.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 252 81 138 0 0.68 0.45 0.01 340 0.97 0.65
Hex FC 51 8A 0 44 2D 1 154 61 41
Octal 374 121 212 0 104 55 1 524 141 101
Binary 11111100 1010001 10001010 0 1000100 101101 1 101010100 1100001 1000001

Color Harmonies of #FC518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC518A

Black with #FC518A

Text Example


Text Example

White with #FC518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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