Html Css Color HEX #FC55AD Brilliant Rose

📋 copy color: '#FC55AD'

red 252 ◦ green 85 ◦ blue 173

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

Shades of Brilliant Rose #FC55AD

Tints of Brilliant Rose #FC55AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.67%

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

R = 49.41%
G = 16.67%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC55AD (or 0xFC55AD) is known color: Brilliant Rose. HEX triplet: FC, 55 and AD. RGB value is (252,85,173). Sum of RGB (Red+Green+Blue) = 252+85+173=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC55AD is #03AA52. Grayscale: #909090. Windows color (decimal): -240211 or 11359740. OLE color: 11359740.

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

Color convert

RGB 252 85 173 -
CMYK 0 0.66 0.31 0.01
HSL 328.38º 0.97% 0.66% -
HSV(B) 328.38º 0.66% 0.99% -
XYZ 50.94 30.21 42.68 -
YUV 144.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 252 85 173 0 0.66 0.31 0.01 328.38 0.97 0.66
Hex FC 55 AD 0 42 1F 1 148 61 42
Octal 374 125 255 0 102 37 1 510 141 102
Binary 11111100 1010101 10101101 0 1000010 11111 1 101001000 1100001 1000010

Color Harmonies of #FC55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55AD

Black with #FC55AD

Text Example


Text Example

White with #FC55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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