Html Css Color HEX #FC5082 French Rose

📋 copy color: '#FC5082'

red 252 ◦ green 80 ◦ blue 130

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

Shades of French Rose #FC5082

Tints of French Rose #FC5082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.14%

R = 54.55%
G = 17.32%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC5082 (or 0xFC5082) is known color: French Rose. HEX triplet: FC, 50 and 82. RGB value is (252,80,130). Sum of RGB (Red+Green+Blue) = 252+80+130=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5082 is #03AF7D. Grayscale: #898989. Windows color (decimal): -241534 or 8540412. OLE color: 8540412.

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

Color convert

RGB 252 80 130 -
CMYK 0 0.68 0.48 0.01
HSL 342.56º 0.97% 0.65% -
HSV(B) 342.56º 0.68% 0.99% -
XYZ 47.04 28.04 24.05 -
YUV 137.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 252 80 130 0 0.68 0.48 0.01 342.56 0.97 0.65
Hex FC 50 82 0 44 30 1 157 61 41
Octal 374 120 202 0 104 60 1 527 141 101
Binary 11111100 1010000 10000010 0 1000100 110000 1 101010111 1100001 1000001

Color Harmonies of #FC5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5082

Black with #FC5082

Text Example


Text Example

White with #FC5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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