Html Css Color HEX #FC5197 Brilliant Rose

📋 copy color: '#FC5197'

red 252 ◦ green 81 ◦ blue 151

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

Shades of Brilliant Rose #FC5197

Tints of Brilliant Rose #FC5197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.2%

R = 52.07%
G = 16.74%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC5197 (or 0xFC5197) is known color: Brilliant Rose. HEX triplet: FC, 51 and 97. RGB value is (252,81,151). Sum of RGB (Red+Green+Blue) = 252+81+151=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5197 is #03AE68. Grayscale: #8C8C8C. Windows color (decimal): -241257 or 9916924. OLE color: 9916924.

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

Color convert

RGB 252 81 151 -
CMYK 0 0.68 0.40 0.01
HSL 335.44º 0.97% 0.65% -
HSV(B) 335.44º 0.68% 0.99% -
XYZ 48.67 28.81 32.27 -
YUV 140.11 134.15 207.81 -
System Red Green Blue C M Y K H S L
Decimal 252 81 151 0 0.68 0.40 0.01 335.44 0.97 0.65
Hex FC 51 97 0 44 28 1 14F 61 41
Octal 374 121 227 0 104 50 1 517 141 101
Binary 11111100 1010001 10010111 0 1000100 101000 1 101001111 1100001 1000001

Color Harmonies of #FC5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5197

Black with #FC5197

Text Example


Text Example

White with #FC5197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5197; }

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

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

background-color css

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

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

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

border-color css

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

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

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