Html Css Color HEX #FC51A8 Brilliant Rose

📋 copy color: '#FC51A8'

red 252 ◦ green 81 ◦ blue 168

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

Shades of Brilliant Rose #FC51A8

Tints of Brilliant Rose #FC51A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.53%

R = 50.3%
G = 16.17%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC51A8 (or 0xFC51A8) is known color: Brilliant Rose. HEX triplet: FC, 51 and A8. RGB value is (252,81,168). Sum of RGB (Red+Green+Blue) = 252+81+168=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51A8 is #03AE57. Grayscale: #8D8D8D. Windows color (decimal): -241240 or 11031036. OLE color: 11031036.

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

Color convert

RGB 252 81 168 -
CMYK 0 0.68 0.33 0.01
HSL 329.47º 0.97% 0.65% -
HSV(B) 329.47º 0.68% 0.99% -
XYZ 50.16 29.41 40.08 -
YUV 142.05 142.65 206.43 -
System Red Green Blue C M Y K H S L
Decimal 252 81 168 0 0.68 0.33 0.01 329.47 0.97 0.65
Hex FC 51 A8 0 44 21 1 149 61 41
Octal 374 121 250 0 104 41 1 511 141 101
Binary 11111100 1010001 10101000 0 1000100 100001 1 101001001 1100001 1000001

Color Harmonies of #FC51A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51A8

Black with #FC51A8

Text Example


Text Example

White with #FC51A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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