Html Css Color HEX #FC5080 French Rose

📋 copy color: '#FC5080'

red 252 ◦ green 80 ◦ blue 128

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

Shades of French Rose #FC5080

Tints of French Rose #FC5080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.39%

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

R = 54.78%
G = 17.39%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC5080 (or 0xFC5080) is known color: French Rose. HEX triplet: FC, 50 and 80. RGB value is (252,80,128). Sum of RGB (Red+Green+Blue) = 252+80+128=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5080 is #03AF7F. Grayscale: #888888. Windows color (decimal): -241536 or 8409340. OLE color: 8409340.

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

Color convert

RGB 252 80 128 -
CMYK 0 0.68 0.49 0.01
HSL 343.26º 0.97% 0.65% -
HSV(B) 343.26º 0.68% 0.99% -
XYZ 46.91 27.99 23.35 -
YUV 136.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 252 80 128 0 0.68 0.49 0.01 343.26 0.97 0.65
Hex FC 50 80 0 44 31 1 157 61 41
Octal 374 120 200 0 104 61 1 527 141 101
Binary 11111100 1010000 10000000 0 1000100 110001 1 101010111 1100001 1000001

Color Harmonies of #FC5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5080

Black with #FC5080

Text Example


Text Example

White with #FC5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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