Html Css Color HEX #FC518F French Rose

📋 copy color: '#FC518F'

red 252 ◦ green 81 ◦ blue 143

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

Shades of French Rose #FC518F

Tints of French Rose #FC518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 52.94%
G = 17.02%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC518F (or 0xFC518F) is known color: French Rose. HEX triplet: FC, 51 and 8F. RGB value is (252,81,143). Sum of RGB (Red+Green+Blue) = 252+81+143=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC518F is #03AE70. Grayscale: #8B8B8B. Windows color (decimal): -241265 or 9392636. OLE color: 9392636.

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

Color convert

RGB 252 81 143 -
CMYK 0 0.68 0.43 0.01
HSL 338.25º 0.97% 0.65% -
HSV(B) 338.25º 0.68% 0.99% -
XYZ 48.05 28.56 28.97 -
YUV 139.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 252 81 143 0 0.68 0.43 0.01 338.25 0.97 0.65
Hex FC 51 8F 0 44 2B 1 152 61 41
Octal 374 121 217 0 104 53 1 522 141 101
Binary 11111100 1010001 10001111 0 1000100 101011 1 101010010 1100001 1000001

Color Harmonies of #FC518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC518F

Black with #FC518F

Text Example


Text Example

White with #FC518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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