Html Css Color HEX #FC47A1 Brilliant Rose

📋 copy color: '#FC47A1'

red 252 ◦ green 71 ◦ blue 161

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

Shades of Brilliant Rose #FC47A1

Tints of Brilliant Rose #FC47A1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.67%

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 52.07%
G = 14.67%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC47A1 (or 0xFC47A1) is known color: Brilliant Rose. HEX triplet: FC, 47 and A1. RGB value is (252,71,161). Sum of RGB (Red+Green+Blue) = 252+71+161=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC47A1 is #03B85E. Grayscale: #878787. Windows color (decimal): -243807 or 10569724. OLE color: 10569724.

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

Color convert

RGB 252 71 161 -
CMYK 0 0.72 0.36 0.01
HSL 330.17º 0.97% 0.63% -
HSV(B) 330.17º 0.72% 0.99% -
XYZ 48.83 27.78 36.51 -
YUV 135.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 252 71 161 0 0.72 0.36 0.01 330.17 0.97 0.63
Hex FC 47 A1 0 48 24 1 14A 61 3F
Octal 374 107 241 0 110 44 1 512 141 77
Binary 11111100 1000111 10100001 0 1001000 100100 1 101001010 1100001 111111

Color Harmonies of #FC47A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC47A1

Black with #FC47A1

Text Example


Text Example

White with #FC47A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC47A1; }

 p { color: rgb(252,71,161); }

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

background-color css

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

 a { background-color: rgb(252,71,161); }

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

border-color css

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

 span { border-color: rgb(252,71,161); }

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