Html Css Color HEX #FC46AB Brilliant Rose

📋 copy color: '#FC46AB'

red 252 ◦ green 70 ◦ blue 171

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

Shades of Brilliant Rose #FC46AB

Tints of Brilliant Rose #FC46AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.2%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 51.12%
G = 14.2%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC46AB (or 0xFC46AB) is known color: Brilliant Rose. HEX triplet: FC, 46 and AB. RGB value is (252,70,171). Sum of RGB (Red+Green+Blue) = 252+70+171=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC46AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC46AB is #03B954. Grayscale: #878787. Windows color (decimal): -244053 or 11224828. OLE color: 11224828.

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

Color convert

RGB 252 70 171 -
CMYK 0 0.72 0.32 0.01
HSL 326.7º 0.97% 0.63% -
HSV(B) 326.7º 0.72% 0.99% -
XYZ 49.69 28.02 41.32 -
YUV 135.93 147.8 210.79 -
System Red Green Blue C M Y K H S L
Decimal 252 70 171 0 0.72 0.32 0.01 326.7 0.97 0.63
Hex FC 46 AB 0 48 20 1 147 61 3F
Octal 374 106 253 0 110 40 1 507 141 77
Binary 11111100 1000110 10101011 0 1001000 100000 1 101000111 1100001 111111

Color Harmonies of #FC46AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC46AB

Black with #FC46AB

Text Example


Text Example

White with #FC46AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC46AB; }

 p { color: rgb(252,70,171); }

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

background-color css

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

 a { background-color: rgb(252,70,171); }

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

border-color css

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

 span { border-color: rgb(252,70,171); }

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