Html Css Color HEX #FC54AD Brilliant Rose

📋 copy color: '#FC54AD'

red 252 ◦ green 84 ◦ blue 173

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

Shades of Brilliant Rose #FC54AD

Tints of Brilliant Rose #FC54AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.99%

R = 49.51%
G = 16.5%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC54AD (or 0xFC54AD) is known color: Brilliant Rose. HEX triplet: FC, 54 and AD. RGB value is (252,84,173). Sum of RGB (Red+Green+Blue) = 252+84+173=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54AD is #03AB52. Grayscale: #909090. Windows color (decimal): -240467 or 11359484. OLE color: 11359484.

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

Color convert

RGB 252 84 173 -
CMYK 0 0.67 0.31 0.01
HSL 328.21º 0.97% 0.66% -
HSV(B) 328.21º 0.67% 0.99% -
XYZ 50.86 30.05 42.66 -
YUV 144.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 252 84 173 0 0.67 0.31 0.01 328.21 0.97 0.66
Hex FC 54 AD 0 43 1F 1 148 61 42
Octal 374 124 255 0 103 37 1 510 141 102
Binary 11111100 1010100 10101101 0 1000011 11111 1 101001000 1100001 1000010

Color Harmonies of #FC54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54AD

Black with #FC54AD

Text Example


Text Example

White with #FC54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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