Html Css Color HEX #FC54AA Brilliant Rose

📋 copy color: '#FC54AA'

red 252 ◦ green 84 ◦ blue 170

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

Shades of Brilliant Rose #FC54AA

Tints of Brilliant Rose #FC54AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.6%

R = 49.8%
G = 16.6%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC54AA (or 0xFC54AA) is known color: Brilliant Rose. HEX triplet: FC, 54 and AA. RGB value is (252,84,170). Sum of RGB (Red+Green+Blue) = 252+84+170=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54AA is #03AB55. Grayscale: #8F8F8F. Windows color (decimal): -240470 or 11162876. OLE color: 11162876.

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

Color convert

RGB 252 84 170 -
CMYK 0 0.67 0.33 0.01
HSL 329.29º 0.97% 0.66% -
HSV(B) 329.29º 0.67% 0.99% -
XYZ 50.57 29.94 41.14 -
YUV 144.04 142.66 205.01 -
System Red Green Blue C M Y K H S L
Decimal 252 84 170 0 0.67 0.33 0.01 329.29 0.97 0.66
Hex FC 54 AA 0 43 21 1 149 61 42
Octal 374 124 252 0 103 41 1 511 141 102
Binary 11111100 1010100 10101010 0 1000011 100001 1 101001001 1100001 1000010

Color Harmonies of #FC54AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54AA

Black with #FC54AA

Text Example


Text Example

White with #FC54AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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