Html Css Color HEX #FC5198 Brilliant Rose

📋 copy color: '#FC5198'

red 252 ◦ green 81 ◦ blue 152

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

Shades of Brilliant Rose #FC5198

Tints of Brilliant Rose #FC5198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.34%

R = 51.96%
G = 16.7%
B = 31.34%

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

#FC5198 (or 0xFC5198) is known color: Brilliant Rose. HEX triplet: FC, 51 and 98. RGB value is (252,81,152). Sum of RGB (Red+Green+Blue) = 252+81+152=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5198 is #03AE67. Grayscale: #8C8C8C. Windows color (decimal): -241256 or 9982460. OLE color: 9982460.

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

Color convert

RGB 252 81 152 -
CMYK 0 0.68 0.40 0.01
HSL 335.09º 0.97% 0.65% -
HSV(B) 335.09º 0.68% 0.99% -
XYZ 48.75 28.85 32.7 -
YUV 140.22 134.65 207.73 -
System Red Green Blue C M Y K H S L
Decimal 252 81 152 0 0.68 0.40 0.01 335.09 0.97 0.65
Hex FC 51 98 0 44 28 1 14F 61 41
Octal 374 121 230 0 104 50 1 517 141 101
Binary 11111100 1010001 10011000 0 1000100 101000 1 101001111 1100001 1000001

Color Harmonies of #FC5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5198

Black with #FC5198

Text Example


Text Example

White with #FC5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5198; }

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

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

background-color css

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

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

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

border-color css

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

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

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