Html Css Color HEX #FC55A8 Brilliant Rose

📋 copy color: '#FC55A8'

red 252 ◦ green 85 ◦ blue 168

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

Shades of Brilliant Rose #FC55A8

Tints of Brilliant Rose #FC55A8

RGB

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

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

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

R = 49.9%
G = 16.83%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC55A8 (or 0xFC55A8) is known color: Brilliant Rose. HEX triplet: FC, 55 and A8. RGB value is (252,85,168). Sum of RGB (Red+Green+Blue) = 252+85+168=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC55A8 is #03AA57. Grayscale: #909090. Windows color (decimal): -240216 or 11032060. OLE color: 11032060.

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

Color convert

RGB 252 85 168 -
CMYK 0 0.66 0.33 0.01
HSL 330.18º 0.97% 0.66% -
HSV(B) 330.18º 0.66% 0.99% -
XYZ 50.46 30.02 40.18 -
YUV 144.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 252 85 168 0 0.66 0.33 0.01 330.18 0.97 0.66
Hex FC 55 A8 0 42 21 1 14A 61 42
Octal 374 125 250 0 102 41 1 512 141 102
Binary 11111100 1010101 10101000 0 1000010 100001 1 101001010 1100001 1000010

Color Harmonies of #FC55A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55A8

Black with #FC55A8

Text Example


Text Example

White with #FC55A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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