Html Css Color HEX #FC54A0 Brilliant Rose

📋 copy color: '#FC54A0'

red 252 ◦ green 84 ◦ blue 160

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

Shades of Brilliant Rose #FC54A0

Tints of Brilliant Rose #FC54A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.26%

R = 50.81%
G = 16.94%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC54A0 (or 0xFC54A0) is known color: Brilliant Rose. HEX triplet: FC, 54 and A0. RGB value is (252,84,160). Sum of RGB (Red+Green+Blue) = 252+84+160=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54A0 is #03AB5F. Grayscale: #8E8E8E. Windows color (decimal): -240480 or 10507516. OLE color: 10507516.

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

Color convert

RGB 252 84 160 -
CMYK 0 0.67 0.37 0.01
HSL 332.86º 0.97% 0.66% -
HSV(B) 332.86º 0.67% 0.99% -
XYZ 49.66 29.57 36.35 -
YUV 142.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 252 84 160 0 0.67 0.37 0.01 332.86 0.97 0.66
Hex FC 54 A0 0 43 25 1 14D 61 42
Octal 374 124 240 0 103 45 1 515 141 102
Binary 11111100 1010100 10100000 0 1000011 100101 1 101001101 1100001 1000010

Color Harmonies of #FC54A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54A0

Black with #FC54A0

Text Example


Text Example

White with #FC54A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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