Html Css Color HEX #FC5182 French Rose

📋 copy color: '#FC5182'

red 252 ◦ green 81 ◦ blue 130

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

Shades of French Rose #FC5182

Tints of French Rose #FC5182

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.49%

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

R = 54.43%
G = 17.49%
B = 28.08%

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

#FC5182 (or 0xFC5182) is known color: French Rose. HEX triplet: FC, 51 and 82. RGB value is (252,81,130). Sum of RGB (Red+Green+Blue) = 252+81+130=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5182 is #03AE7D. Grayscale: #898989. Windows color (decimal): -241278 or 8540668. OLE color: 8540668.

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

Color convert

RGB 252 81 130 -
CMYK 0 0.68 0.48 0.01
HSL 342.81º 0.97% 0.65% -
HSV(B) 342.81º 0.68% 0.99% -
XYZ 47.12 28.19 24.08 -
YUV 137.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 252 81 130 0 0.68 0.48 0.01 342.81 0.97 0.65
Hex FC 51 82 0 44 30 1 157 61 41
Octal 374 121 202 0 104 60 1 527 141 101
Binary 11111100 1010001 10000010 0 1000100 110000 1 101010111 1100001 1000001

Color Harmonies of #FC5182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5182

Black with #FC5182

Text Example


Text Example

White with #FC5182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5182; }

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

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

background-color css

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

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

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

border-color css

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

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

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