Html Css Color HEX #FC219C Persian Rose

📋 copy color: '#FC219C'

red 252 ◦ green 33 ◦ blue 156

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

Shades of Persian Rose #FC219C

Tints of Persian Rose #FC219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.48%

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

R = 57.14%
G = 7.48%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC219C (or 0xFC219C) is known color: Persian Rose. HEX triplet: FC, 21 and 9C. RGB value is (252,33,156). Sum of RGB (Red+Green+Blue) = 252+33+156=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC219C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC219C is #03DE63. Grayscale: #707070. Windows color (decimal): -253540 or 10232316. OLE color: 10232316.

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

Color convert

RGB 252 33 156 -
CMYK 0 0.87 0.38 0.01
HSL 326.3º 0.97% 0.56% -
HSV(B) 326.3º 0.87% 0.99% -
XYZ 46.69 24.18 33.66 -
YUV 112.5 152.55 227.5 -
System Red Green Blue C M Y K H S L
Decimal 252 33 156 0 0.87 0.38 0.01 326.3 0.97 0.56
Hex FC 21 9C 0 57 26 1 146 61 38
Octal 374 41 234 0 127 46 1 506 141 70
Binary 11111100 100001 10011100 0 1010111 100110 1 101000110 1100001 111000

Color Harmonies of #FC219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC219C

Black with #FC219C

Text Example


Text Example

White with #FC219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC219C; }

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

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

background-color css

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

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

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

border-color css

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

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

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