Html Css Color HEX #FC2C9C Persian Rose

📋 copy color: '#FC2C9C'

red 252 ◦ green 44 ◦ blue 156

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

Shades of Persian Rose #FC2C9C

Tints of Persian Rose #FC2C9C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.73%

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 55.75%
G = 9.73%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC2C9C (or 0xFC2C9C) is known color: Persian Rose. HEX triplet: FC, 2C and 9C. RGB value is (252,44,156). Sum of RGB (Red+Green+Blue) = 252+44+156=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2C9C is #03D363. Grayscale: #767676. Windows color (decimal): -250724 or 10235132. OLE color: 10235132.

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

Color convert

RGB 252 44 156 -
CMYK 0 0.83 0.38 0.01
HSL 327.69º 0.97% 0.58% -
HSV(B) 327.69º 0.83% 0.99% -
XYZ 47.05 24.9 33.78 -
YUV 118.96 148.91 222.89 -
System Red Green Blue C M Y K H S L
Decimal 252 44 156 0 0.83 0.38 0.01 327.69 0.97 0.58
Hex FC 2C 9C 0 53 26 1 148 61 3A
Octal 374 54 234 0 123 46 1 510 141 72
Binary 11111100 101100 10011100 0 1010011 100110 1 101001000 1100001 111010

Color Harmonies of #FC2C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C9C

Black with #FC2C9C

Text Example


Text Example

White with #FC2C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C9C; }

 p { color: rgb(252,44,156); }

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

background-color css

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

 a { background-color: rgb(252,44,156); }

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

border-color css

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

 span { border-color: rgb(252,44,156); }

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