Html Css Color HEX #FC46A3 Brilliant Rose

📋 copy color: '#FC46A3'

red 252 ◦ green 70 ◦ blue 163

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

Shades of Brilliant Rose #FC46A3

Tints of Brilliant Rose #FC46A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.61%

R = 51.96%
G = 14.43%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC46A3 (or 0xFC46A3) is known color: Brilliant Rose. HEX triplet: FC, 46 and A3. RGB value is (252,70,163). Sum of RGB (Red+Green+Blue) = 252+70+163=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC46A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC46A3 is #03B95C. Grayscale: #868686. Windows color (decimal): -244061 or 10700540. OLE color: 10700540.

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

Color convert

RGB 252 70 163 -
CMYK 0 0.72 0.35 0.01
HSL 329.34º 0.97% 0.63% -
HSV(B) 329.34º 0.72% 0.99% -
XYZ 48.95 27.72 37.42 -
YUV 135.02 143.8 211.44 -
System Red Green Blue C M Y K H S L
Decimal 252 70 163 0 0.72 0.35 0.01 329.34 0.97 0.63
Hex FC 46 A3 0 48 23 1 149 61 3F
Octal 374 106 243 0 110 43 1 511 141 77
Binary 11111100 1000110 10100011 0 1001000 100011 1 101001001 1100001 111111

Color Harmonies of #FC46A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC46A3

Black with #FC46A3

Text Example


Text Example

White with #FC46A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC46A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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