Html Css Color HEX #FC48A1 Brilliant Rose

📋 copy color: '#FC48A1'

red 252 ◦ green 72 ◦ blue 161

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

Shades of Brilliant Rose #FC48A1

Tints of Brilliant Rose #FC48A1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

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

R = 51.96%
G = 14.85%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC48A1 (or 0xFC48A1) is known color: Brilliant Rose. HEX triplet: FC, 48 and A1. RGB value is (252,72,161). Sum of RGB (Red+Green+Blue) = 252+72+161=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC48A1 is #03B75E. Grayscale: #878787. Windows color (decimal): -243551 or 10569980. OLE color: 10569980.

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

Color convert

RGB 252 72 161 -
CMYK 0 0.71 0.36 0.01
HSL 330.33º 0.97% 0.64% -
HSV(B) 330.33º 0.71% 0.99% -
XYZ 48.9 27.9 36.53 -
YUV 135.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 252 72 161 0 0.71 0.36 0.01 330.33 0.97 0.64
Hex FC 48 A1 0 47 24 1 14A 61 40
Octal 374 110 241 0 107 44 1 512 141 100
Binary 11111100 1001000 10100001 0 1000111 100100 1 101001010 1100001 1000000

Color Harmonies of #FC48A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC48A1

Black with #FC48A1

Text Example


Text Example

White with #FC48A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC48A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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