Html Css Color HEX #FC4C7F French Rose

📋 copy color: '#FC4C7F'

red 252 ◦ green 76 ◦ blue 127

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

Shades of French Rose #FC4C7F

Tints of French Rose #FC4C7F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.7%

 BLUE value IS 127 (50% from 255) = 27.91%

R = 55.38%
G = 16.7%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC4C7F (or 0xFC4C7F) is known color: French Rose. HEX triplet: FC, 4C and 7F. RGB value is (252,76,127). Sum of RGB (Red+Green+Blue) = 252+76+127=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C7F is #03B380. Grayscale: #868686. Windows color (decimal): -242561 or 8342780. OLE color: 8342780.

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

Color convert

RGB 252 76 127 -
CMYK 0 0.70 0.50 0.01
HSL 342.61º 0.97% 0.64% -
HSV(B) 342.61º 0.7% 0.99% -
XYZ 46.56 27.4 22.91 -
YUV 134.44 123.81 211.85 -
System Red Green Blue C M Y K H S L
Decimal 252 76 127 0 0.70 0.50 0.01 342.61 0.97 0.64
Hex FC 4C 7F 0 46 32 1 157 61 40
Octal 374 114 177 0 106 62 1 527 141 100
Binary 11111100 1001100 1111111 0 1000110 110010 1 101010111 1100001 1000000

Color Harmonies of #FC4C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C7F

Black with #FC4C7F

Text Example


Text Example

White with #FC4C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C7F; }

 p { color: rgb(252,76,127); }

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

background-color css

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

 a { background-color: rgb(252,76,127); }

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

border-color css

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

 span { border-color: rgb(252,76,127); }

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