Html Css Color HEX #FC2DB1 Persian Rose

📋 copy color: '#FC2DB1'

red 252 ◦ green 45 ◦ blue 177

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

Shades of Persian Rose #FC2DB1

Tints of Persian Rose #FC2DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.49%

 BLUE value IS 177 (69.53% from 255) = 37.34%

R = 53.16%
G = 9.49%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC2DB1 (or 0xFC2DB1) is known color: Persian Rose. HEX triplet: FC, 2D and B1. RGB value is (252,45,177). Sum of RGB (Red+Green+Blue) = 252+45+177=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DB1 is #03D24E. Grayscale: #797979. Windows color (decimal): -250447 or 11611644. OLE color: 11611644.

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

Color convert

RGB 252 45 177 -
CMYK 0 0.82 0.30 0.01
HSL 321.74º 0.97% 0.58% -
HSV(B) 321.74º 0.82% 0.99% -
XYZ 49.02 25.75 43.98 -
YUV 121.94 159.08 220.77 -
System Red Green Blue C M Y K H S L
Decimal 252 45 177 0 0.82 0.30 0.01 321.74 0.97 0.58
Hex FC 2D B1 0 52 1E 1 142 61 3A
Octal 374 55 261 0 122 36 1 502 141 72
Binary 11111100 101101 10110001 0 1010010 11110 1 101000010 1100001 111010

Color Harmonies of #FC2DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DB1

Black with #FC2DB1

Text Example


Text Example

White with #FC2DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DB1; }

 p { color: rgb(252,45,177); }

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

background-color css

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

 a { background-color: rgb(252,45,177); }

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

border-color css

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

 span { border-color: rgb(252,45,177); }

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