Html Css Color HEX #FC4980 French Rose

📋 copy color: '#FC4980'

red 252 ◦ green 73 ◦ blue 128

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

Shades of French Rose #FC4980

Tints of French Rose #FC4980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.11%

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 55.63%
G = 16.11%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC4980 (or 0xFC4980) is known color: French Rose. HEX triplet: FC, 49 and 80. RGB value is (252,73,128). Sum of RGB (Red+Green+Blue) = 252+73+128=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4980 is #03B67F. Grayscale: #848484. Windows color (decimal): -243328 or 8407548. OLE color: 8407548.

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

Color convert

RGB 252 73 128 -
CMYK 0 0.71 0.49 0.01
HSL 341.56º 0.97% 0.64% -
HSV(B) 341.56º 0.71% 0.99% -
XYZ 46.42 27.02 23.19 -
YUV 132.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 252 73 128 0 0.71 0.49 0.01 341.56 0.97 0.64
Hex FC 49 80 0 47 31 1 156 61 40
Octal 374 111 200 0 107 61 1 526 141 100
Binary 11111100 1001001 10000000 0 1000111 110001 1 101010110 1100001 1000000

Color Harmonies of #FC4980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4980

Black with #FC4980

Text Example


Text Example

White with #FC4980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4980; }

 p { color: rgb(252,73,128); }

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

background-color css

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

 a { background-color: rgb(252,73,128); }

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

border-color css

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

 span { border-color: rgb(252,73,128); }

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