Html Css Color HEX #FC51AC Brilliant Rose

📋 copy color: '#FC51AC'

red 252 ◦ green 81 ◦ blue 172

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

Shades of Brilliant Rose #FC51AC

Tints of Brilliant Rose #FC51AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.06%

R = 49.9%
G = 16.04%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC51AC (or 0xFC51AC) is known color: Brilliant Rose. HEX triplet: FC, 51 and AC. RGB value is (252,81,172). Sum of RGB (Red+Green+Blue) = 252+81+172=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51AC is #03AE53. Grayscale: #8E8E8E. Windows color (decimal): -241236 or 11293180. OLE color: 11293180.

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

Color convert

RGB 252 81 172 -
CMYK 0 0.68 0.32 0.01
HSL 328.07º 0.97% 0.65% -
HSV(B) 328.07º 0.68% 0.99% -
XYZ 50.53 29.56 42.07 -
YUV 142.5 144.65 206.1 -
System Red Green Blue C M Y K H S L
Decimal 252 81 172 0 0.68 0.32 0.01 328.07 0.97 0.65
Hex FC 51 AC 0 44 20 1 148 61 41
Octal 374 121 254 0 104 40 1 510 141 101
Binary 11111100 1010001 10101100 0 1000100 100000 1 101001000 1100001 1000001

Color Harmonies of #FC51AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51AC

Black with #FC51AC

Text Example


Text Example

White with #FC51AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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