Html Css Color HEX #FC4D8C French Rose

📋 copy color: '#FC4D8C'

red 252 ◦ green 77 ◦ blue 140

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

Shades of French Rose #FC4D8C

Tints of French Rose #FC4D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.42%

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

R = 53.73%
G = 16.42%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC4D8C (or 0xFC4D8C) is known color: French Rose. HEX triplet: FC, 4D and 8C. RGB value is (252,77,140). Sum of RGB (Red+Green+Blue) = 252+77+140=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4D8C is #03B273. Grayscale: #888888. Windows color (decimal): -242292 or 9195004. OLE color: 9195004.

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

Color convert

RGB 252 77 140 -
CMYK 0 0.69 0.44 0.01
HSL 338.4º 0.97% 0.65% -
HSV(B) 338.4º 0.69% 0.99% -
XYZ 47.53 27.9 27.69 -
YUV 136.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 252 77 140 0 0.69 0.44 0.01 338.4 0.97 0.65
Hex FC 4D 8C 0 45 2C 1 152 61 41
Octal 374 115 214 0 105 54 1 522 141 101
Binary 11111100 1001101 10001100 0 1000101 101100 1 101010010 1100001 1000001

Color Harmonies of #FC4D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D8C

Black with #FC4D8C

Text Example


Text Example

White with #FC4D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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