Html Css Color HEX #FC519A Brilliant Rose

📋 copy color: '#FC519A'

red 252 ◦ green 81 ◦ blue 154

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

Shades of Brilliant Rose #FC519A

Tints of Brilliant Rose #FC519A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.62%

R = 51.75%
G = 16.63%
B = 31.62%

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

#FC519A (or 0xFC519A) is known color: Brilliant Rose. HEX triplet: FC, 51 and 9A. RGB value is (252,81,154). Sum of RGB (Red+Green+Blue) = 252+81+154=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC519A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC519A is #03AE65. Grayscale: #8C8C8C. Windows color (decimal): -241254 or 10113532. OLE color: 10113532.

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

Color convert

RGB 252 81 154 -
CMYK 0 0.68 0.39 0.01
HSL 334.39º 0.97% 0.65% -
HSV(B) 334.39º 0.68% 0.99% -
XYZ 48.92 28.91 33.57 -
YUV 140.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 252 81 154 0 0.68 0.39 0.01 334.39 0.97 0.65
Hex FC 51 9A 0 44 27 1 14E 61 41
Octal 374 121 232 0 104 47 1 516 141 101
Binary 11111100 1010001 10011010 0 1000100 100111 1 101001110 1100001 1000001

Color Harmonies of #FC519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC519A

Black with #FC519A

Text Example


Text Example

White with #FC519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC519A; }

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

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

background-color css

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

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

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

border-color css

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

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

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