Html Css Color HEX #FC2BA0 Persian Rose

📋 copy color: '#FC2BA0'

red 252 ◦ green 43 ◦ blue 160

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

Shades of Persian Rose #FC2BA0

Tints of Persian Rose #FC2BA0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.45%

 BLUE value IS 160 (62.89% from 255) = 35.16%

R = 55.38%
G = 9.45%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC2BA0 (or 0xFC2BA0) is known color: Persian Rose. HEX triplet: FC, 2B and A0. RGB value is (252,43,160). Sum of RGB (Red+Green+Blue) = 252+43+160=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2BA0 is #03D45F. Grayscale: #767676. Windows color (decimal): -250976 or 10497020. OLE color: 10497020.

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

Color convert

RGB 252 43 160 -
CMYK 0 0.83 0.37 0.01
HSL 326.41º 0.97% 0.58% -
HSV(B) 326.41º 0.83% 0.99% -
XYZ 47.35 24.96 35.58 -
YUV 118.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 252 43 160 0 0.83 0.37 0.01 326.41 0.97 0.58
Hex FC 2B A0 0 53 25 1 146 61 3A
Octal 374 53 240 0 123 45 1 506 141 72
Binary 11111100 101011 10100000 0 1010011 100101 1 101000110 1100001 111010

Color Harmonies of #FC2BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2BA0

Black with #FC2BA0

Text Example


Text Example

White with #FC2BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2BA0; }

 p { color: rgb(252,43,160); }

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

background-color css

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

 a { background-color: rgb(252,43,160); }

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

border-color css

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

 span { border-color: rgb(252,43,160); }

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