Html Css Color HEX #FC4C81 French Rose

📋 copy color: '#FC4C81'

red 252 ◦ green 76 ◦ blue 129

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

Shades of French Rose #FC4C81

Tints of French Rose #FC4C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.23%

R = 55.14%
G = 16.63%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC4C81 (or 0xFC4C81) is known color: French Rose. HEX triplet: FC, 4C and 81. RGB value is (252,76,129). Sum of RGB (Red+Green+Blue) = 252+76+129=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4C81 is #03B37E. Grayscale: #868686. Windows color (decimal): -242559 or 8473852. OLE color: 8473852.

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

Color convert

RGB 252 76 129 -
CMYK 0 0.70 0.49 0.01
HSL 341.93º 0.97% 0.64% -
HSV(B) 341.93º 0.7% 0.99% -
XYZ 46.69 27.45 23.61 -
YUV 134.67 124.81 211.69 -
System Red Green Blue C M Y K H S L
Decimal 252 76 129 0 0.70 0.49 0.01 341.93 0.97 0.64
Hex FC 4C 81 0 46 31 1 156 61 40
Octal 374 114 201 0 106 61 1 526 141 100
Binary 11111100 1001100 10000001 0 1000110 110001 1 101010110 1100001 1000000

Color Harmonies of #FC4C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C81

Black with #FC4C81

Text Example


Text Example

White with #FC4C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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