Html Css Color HEX #FC54B1 Brilliant Rose

📋 copy color: '#FC54B1'

red 252 ◦ green 84 ◦ blue 177

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

Shades of Brilliant Rose #FC54B1

Tints of Brilliant Rose #FC54B1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.37%

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 49.12%
G = 16.37%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC54B1 (or 0xFC54B1) is known color: Brilliant Rose. HEX triplet: FC, 54 and B1. RGB value is (252,84,177). Sum of RGB (Red+Green+Blue) = 252+84+177=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 84 (33.20% from 255 or 16.37% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54B1 is #03AB4E. Grayscale: #909090. Windows color (decimal): -240463 or 11621628. OLE color: 11621628.

HSL color Cylindrical-coordinate representation of color #FC54B1: hue angle of 326.79º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54B1 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 84 177 -
CMYK 0 0.67 0.30 0.01
HSL 326.79º 0.97% 0.66% -
HSV(B) 326.79º 0.67% 0.99% -
XYZ 51.25 30.21 44.72 -
YUV 144.83 146.16 204.44 -
System Red Green Blue C M Y K H S L
Decimal 252 84 177 0 0.67 0.30 0.01 326.79 0.97 0.66
Hex FC 54 B1 0 43 1E 1 147 61 42
Octal 374 124 261 0 103 36 1 507 141 102
Binary 11111100 1010100 10110001 0 1000011 11110 1 101000111 1100001 1000010

Color Harmonies of #FC54B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54B1

Black with #FC54B1

Text Example


Text Example

White with #FC54B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54B1; }

 p { color: rgb(252,84,177); }

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

background-color css

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

 a { background-color: rgb(252,84,177); }

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

border-color css

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

 span { border-color: rgb(252,84,177); }

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