Html Css Color HEX #FC519C Brilliant Rose

📋 copy color: '#FC519C'

red 252 ◦ green 81 ◦ blue 156

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

Shades of Brilliant Rose #FC519C

Tints of Brilliant Rose #FC519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.9%

R = 51.53%
G = 16.56%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC519C (or 0xFC519C) is known color: Brilliant Rose. HEX triplet: FC, 51 and 9C. RGB value is (252,81,156). Sum of RGB (Red+Green+Blue) = 252+81+156=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC519C is #03AE63. Grayscale: #8C8C8C. Windows color (decimal): -241252 or 10244604. OLE color: 10244604.

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

Color convert

RGB 252 81 156 -
CMYK 0 0.68 0.38 0.01
HSL 333.68º 0.97% 0.65% -
HSV(B) 333.68º 0.68% 0.99% -
XYZ 49.09 28.98 34.46 -
YUV 140.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 252 81 156 0 0.68 0.38 0.01 333.68 0.97 0.65
Hex FC 51 9C 0 44 26 1 14E 61 41
Octal 374 121 234 0 104 46 1 516 141 101
Binary 11111100 1010001 10011100 0 1000100 100110 1 101001110 1100001 1000001

Color Harmonies of #FC519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC519C

Black with #FC519C

Text Example


Text Example

White with #FC519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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