Html Css Color HEX #FC2C9D Persian Rose

📋 copy color: '#FC2C9D'

red 252 ◦ green 44 ◦ blue 157

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

Shades of Persian Rose #FC2C9D

Tints of Persian Rose #FC2C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.66%

R = 55.63%
G = 9.71%
B = 34.66%

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

#FC2C9D (or 0xFC2C9D) is known color: Persian Rose. HEX triplet: FC, 2C and 9D. RGB value is (252,44,157). Sum of RGB (Red+Green+Blue) = 252+44+157=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2C9D is #03D362. Grayscale: #767676. Windows color (decimal): -250723 or 10300668. OLE color: 10300668.

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

Color convert

RGB 252 44 157 -
CMYK 0 0.83 0.38 0.01
HSL 327.4º 0.97% 0.58% -
HSV(B) 327.4º 0.83% 0.99% -
XYZ 47.13 24.93 34.23 -
YUV 119.07 149.41 222.81 -
System Red Green Blue C M Y K H S L
Decimal 252 44 157 0 0.83 0.38 0.01 327.4 0.97 0.58
Hex FC 2C 9D 0 53 26 1 147 61 3A
Octal 374 54 235 0 123 46 1 507 141 72
Binary 11111100 101100 10011101 0 1010011 100110 1 101000111 1100001 111010

Color Harmonies of #FC2C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2C9D

Black with #FC2C9D

Text Example


Text Example

White with #FC2C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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