Html Css Color HEX #FC1BA1 Persian Rose

📋 copy color: '#FC1BA1'

red 252 ◦ green 27 ◦ blue 161

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

Shades of Persian Rose #FC1BA1

Tints of Persian Rose #FC1BA1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.14%

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

R = 57.27%
G = 6.14%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC1BA1 (or 0xFC1BA1) is known color: Persian Rose. HEX triplet: FC, 1B and A1. RGB value is (252,27,161). Sum of RGB (Red+Green+Blue) = 252+27+161=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BA1 is #03E45E. Grayscale: #6D6D6D. Windows color (decimal): -255071 or 10558460. OLE color: 10558460.

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

Color convert

RGB 252 27 161 -
CMYK 0 0.89 0.36 0.01
HSL 324.27º 0.97% 0.55% -
HSV(B) 324.27º 0.89% 0.99% -
XYZ 46.97 24.05 35.89 -
YUV 109.55 157.04 229.6 -
System Red Green Blue C M Y K H S L
Decimal 252 27 161 0 0.89 0.36 0.01 324.27 0.97 0.55
Hex FC 1B A1 0 59 24 1 144 61 37
Octal 374 33 241 0 131 44 1 504 141 67
Binary 11111100 11011 10100001 0 1011001 100100 1 101000100 1100001 110111

Color Harmonies of #FC1BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1BA1

Black with #FC1BA1

Text Example


Text Example

White with #FC1BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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