Html Css Color HEX #FC487A French Rose

📋 copy color: '#FC487A'

red 252 ◦ green 72 ◦ blue 122

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

Shades of French Rose #FC487A

Tints of French Rose #FC487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 56.5%
G = 16.14%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC487A (or 0xFC487A) is known color: French Rose. HEX triplet: FC, 48 and 7A. RGB value is (252,72,122). Sum of RGB (Red+Green+Blue) = 252+72+122=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC487A is #03B785. Grayscale: #838383. Windows color (decimal): -243590 or 8014076. OLE color: 8014076.

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

Color convert

RGB 252 72 122 -
CMYK 0 0.71 0.52 0.01
HSL 343.33º 0.97% 0.64% -
HSV(B) 343.33º 0.71% 0.99% -
XYZ 45.98 26.74 21.15 -
YUV 131.52 122.63 213.93 -
System Red Green Blue C M Y K H S L
Decimal 252 72 122 0 0.71 0.52 0.01 343.33 0.97 0.64
Hex FC 48 7A 0 47 34 1 157 61 40
Octal 374 110 172 0 107 64 1 527 141 100
Binary 11111100 1001000 1111010 0 1000111 110100 1 101010111 1100001 1000000

Color Harmonies of #FC487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC487A

Black with #FC487A

Text Example


Text Example

White with #FC487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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