Html Css Color HEX #FC54A8 Brilliant Rose

📋 copy color: '#FC54A8'

red 252 ◦ green 84 ◦ blue 168

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

Shades of Brilliant Rose #FC54A8

Tints of Brilliant Rose #FC54A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.33%

R = 50%
G = 16.67%
B = 33.33%

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

#FC54A8 (or 0xFC54A8) is known color: Brilliant Rose. HEX triplet: FC, 54 and A8. RGB value is (252,84,168). Sum of RGB (Red+Green+Blue) = 252+84+168=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC54A8 is #03AB57. Grayscale: #8F8F8F. Windows color (decimal): -240472 or 11031804. OLE color: 11031804.

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

Color convert

RGB 252 84 168 -
CMYK 0 0.67 0.33 0.01
HSL 330º 0.97% 0.66% -
HSV(B) 330º 0.67% 0.99% -
XYZ 50.38 29.86 40.15 -
YUV 143.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 252 84 168 0 0.67 0.33 0.01 330 0.97 0.66
Hex FC 54 A8 0 43 21 1 14A 61 42
Octal 374 124 250 0 103 41 1 512 141 102
Binary 11111100 1010100 10101000 0 1000011 100001 1 101001010 1100001 1000010

Color Harmonies of #FC54A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54A8

Black with #FC54A8

Text Example


Text Example

White with #FC54A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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