Html Css Color HEX #FC487C French Rose

📋 copy color: '#FC487C'

red 252 ◦ green 72 ◦ blue 124

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

Shades of French Rose #FC487C

Tints of French Rose #FC487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.07%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 56.25%
G = 16.07%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC487C (or 0xFC487C) is known color: French Rose. HEX triplet: FC, 48 and 7C. RGB value is (252,72,124). Sum of RGB (Red+Green+Blue) = 252+72+124=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC487C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC487C is #03B783. Grayscale: #838383. Windows color (decimal): -243588 or 8145148. OLE color: 8145148.

HSL color Cylindrical-coordinate representation of color #FC487C: hue angle of 342.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC487C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 72 124 -
CMYK 0 0.71 0.51 0.01
HSL 342.67º 0.97% 0.64% -
HSV(B) 342.67º 0.71% 0.99% -
XYZ 46.1 26.79 21.81 -
YUV 131.75 123.63 213.77 -
System Red Green Blue C M Y K H S L
Decimal 252 72 124 0 0.71 0.51 0.01 342.67 0.97 0.64
Hex FC 48 7C 0 47 33 1 157 61 40
Octal 374 110 174 0 107 63 1 527 141 100
Binary 11111100 1001000 1111100 0 1000111 110011 1 101010111 1100001 1000000

Color Harmonies of #FC487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC487C

Black with #FC487C

Text Example


Text Example

White with #FC487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC487C; }

 p { color: rgb(252,72,124); }

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

background-color css

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

 a { background-color: rgb(252,72,124); }

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

border-color css

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

 span { border-color: rgb(252,72,124); }

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