Html Css Color HEX #FC2FB1 Persian Rose

📋 copy color: '#FC2FB1'

red 252 ◦ green 47 ◦ blue 177

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

Shades of Persian Rose #FC2FB1

Tints of Persian Rose #FC2FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.87%

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

R = 52.94%
G = 9.87%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FC2FB1 (or 0xFC2FB1) is known color: Persian Rose. HEX triplet: FC, 2F and B1. RGB value is (252,47,177). Sum of RGB (Red+Green+Blue) = 252+47+177=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2FB1 is #03D04E. Grayscale: #7A7A7A. Windows color (decimal): -249935 or 11612156. OLE color: 11612156.

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

Color convert

RGB 252 47 177 -
CMYK 0 0.81 0.30 0.01
HSL 321.95º 0.97% 0.59% -
HSV(B) 321.95º 0.81% 0.99% -
XYZ 49.1 25.9 44.01 -
YUV 123.12 158.42 219.93 -
System Red Green Blue C M Y K H S L
Decimal 252 47 177 0 0.81 0.30 0.01 321.95 0.97 0.59
Hex FC 2F B1 0 51 1E 1 142 61 3B
Octal 374 57 261 0 121 36 1 502 141 73
Binary 11111100 101111 10110001 0 1010001 11110 1 101000010 1100001 111011

Color Harmonies of #FC2FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2FB1

Black with #FC2FB1

Text Example


Text Example

White with #FC2FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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