Html Css Color HEX #FC518C French Rose

📋 copy color: '#FC518C'

red 252 ◦ green 81 ◦ blue 140

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

Shades of French Rose #FC518C

Tints of French Rose #FC518C

RGB

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

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

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

R = 53.28%
G = 17.12%
B = 29.6%

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

#FC518C (or 0xFC518C) is known color: French Rose. HEX triplet: FC, 51 and 8C. RGB value is (252,81,140). Sum of RGB (Red+Green+Blue) = 252+81+140=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC518C is #03AE73. Grayscale: #8A8A8A. Windows color (decimal): -241268 or 9196028. OLE color: 9196028.

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

Color convert

RGB 252 81 140 -
CMYK 0 0.68 0.44 0.01
HSL 339.3º 0.97% 0.65% -
HSV(B) 339.3º 0.68% 0.99% -
XYZ 47.82 28.47 27.79 -
YUV 138.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 252 81 140 0 0.68 0.44 0.01 339.3 0.97 0.65
Hex FC 51 8C 0 44 2C 1 153 61 41
Octal 374 121 214 0 104 54 1 523 141 101
Binary 11111100 1010001 10001100 0 1000100 101100 1 101010011 1100001 1000001

Color Harmonies of #FC518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC518C

Black with #FC518C

Text Example


Text Example

White with #FC518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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