Html Css Color HEX #FC5199 Brilliant Rose

📋 copy color: '#FC5199'

red 252 ◦ green 81 ◦ blue 153

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

Shades of Brilliant Rose #FC5199

Tints of Brilliant Rose #FC5199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 51.85%
G = 16.67%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC5199 (or 0xFC5199) is known color: Brilliant Rose. HEX triplet: FC, 51 and 99. RGB value is (252,81,153). Sum of RGB (Red+Green+Blue) = 252+81+153=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5199 is #03AE66. Grayscale: #8C8C8C. Windows color (decimal): -241255 or 10047996. OLE color: 10047996.

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

Color convert

RGB 252 81 153 -
CMYK 0 0.68 0.39 0.01
HSL 334.74º 0.97% 0.65% -
HSV(B) 334.74º 0.68% 0.99% -
XYZ 48.84 28.88 33.14 -
YUV 140.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 252 81 153 0 0.68 0.39 0.01 334.74 0.97 0.65
Hex FC 51 99 0 44 27 1 14F 61 41
Octal 374 121 231 0 104 47 1 517 141 101
Binary 11111100 1010001 10011001 0 1000100 100111 1 101001111 1100001 1000001

Color Harmonies of #FC5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5199

Black with #FC5199

Text Example


Text Example

White with #FC5199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5199; }

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

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

background-color css

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

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

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

border-color css

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

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

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