Html Css Color HEX #FC5194 French Rose

📋 copy color: '#FC5194'

red 252 ◦ green 81 ◦ blue 148

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

Shades of French Rose #FC5194

Tints of French Rose #FC5194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 52.39%
G = 16.84%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC5194 (or 0xFC5194) is known color: French Rose. HEX triplet: FC, 51 and 94. RGB value is (252,81,148). Sum of RGB (Red+Green+Blue) = 252+81+148=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5194 is #03AE6B. Grayscale: #8B8B8B. Windows color (decimal): -241260 or 9720316. OLE color: 9720316.

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

Color convert

RGB 252 81 148 -
CMYK 0 0.68 0.41 0.01
HSL 336.49º 0.97% 0.65% -
HSV(B) 336.49º 0.68% 0.99% -
XYZ 48.43 28.72 31.01 -
YUV 139.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 252 81 148 0 0.68 0.41 0.01 336.49 0.97 0.65
Hex FC 51 94 0 44 29 1 150 61 41
Octal 374 121 224 0 104 51 1 520 141 101
Binary 11111100 1010001 10010100 0 1000100 101001 1 101010000 1100001 1000001

Color Harmonies of #FC5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5194

Black with #FC5194

Text Example


Text Example

White with #FC5194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5194; }

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

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

background-color css

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

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

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

border-color css

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

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

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