Html Css Color HEX #FC51A7 Brilliant Rose

📋 copy color: '#FC51A7'

red 252 ◦ green 81 ◦ blue 167

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

Shades of Brilliant Rose #FC51A7

Tints of Brilliant Rose #FC51A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 50.4%
G = 16.2%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC51A7 (or 0xFC51A7) is known color: Brilliant Rose. HEX triplet: FC, 51 and A7. RGB value is (252,81,167). Sum of RGB (Red+Green+Blue) = 252+81+167=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC51A7 is #03AE58. Grayscale: #8D8D8D. Windows color (decimal): -241241 or 10965500. OLE color: 10965500.

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

Color convert

RGB 252 81 167 -
CMYK 0 0.68 0.34 0.01
HSL 329.82º 0.97% 0.65% -
HSV(B) 329.82º 0.68% 0.99% -
XYZ 50.06 29.37 39.59 -
YUV 141.93 142.15 206.51 -
System Red Green Blue C M Y K H S L
Decimal 252 81 167 0 0.68 0.34 0.01 329.82 0.97 0.65
Hex FC 51 A7 0 44 22 1 14A 61 41
Octal 374 121 247 0 104 42 1 512 141 101
Binary 11111100 1010001 10100111 0 1000100 100010 1 101001010 1100001 1000001

Color Harmonies of #FC51A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC51A7

Black with #FC51A7

Text Example


Text Example

White with #FC51A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC51A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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