Html Css Color HEX #FC2DB0 Persian Rose

📋 copy color: '#FC2DB0'

red 252 ◦ green 45 ◦ blue 176

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

Shades of Persian Rose #FC2DB0

Tints of Persian Rose #FC2DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.21%

R = 53.28%
G = 9.51%
B = 37.21%

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

#FC2DB0 (or 0xFC2DB0) is known color: Persian Rose. HEX triplet: FC, 2D and B0. RGB value is (252,45,176). Sum of RGB (Red+Green+Blue) = 252+45+176=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2DB0 is #03D24F. Grayscale: #797979. Windows color (decimal): -250448 or 11546108. OLE color: 11546108.

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

Color convert

RGB 252 45 176 -
CMYK 0 0.82 0.30 0.01
HSL 322.03º 0.97% 0.58% -
HSV(B) 322.03º 0.82% 0.99% -
XYZ 48.92 25.71 43.46 -
YUV 121.83 158.58 220.85 -
System Red Green Blue C M Y K H S L
Decimal 252 45 176 0 0.82 0.30 0.01 322.03 0.97 0.58
Hex FC 2D B0 0 52 1E 1 142 61 3A
Octal 374 55 260 0 122 36 1 502 141 72
Binary 11111100 101101 10110000 0 1010010 11110 1 101000010 1100001 111010

Color Harmonies of #FC2DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2DB0

Black with #FC2DB0

Text Example


Text Example

White with #FC2DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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