Html Css Color HEX #FC219D Persian Rose

📋 copy color: '#FC219D'

red 252 ◦ green 33 ◦ blue 157

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

Shades of Persian Rose #FC219D

Tints of Persian Rose #FC219D

RGB

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

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

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

R = 57.01%
G = 7.47%
B = 35.52%

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

#FC219D (or 0xFC219D) is known color: Persian Rose. HEX triplet: FC, 21 and 9D. RGB value is (252,33,157). Sum of RGB (Red+Green+Blue) = 252+33+157=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC219D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC219D is #03DE62. Grayscale: #707070. Windows color (decimal): -253539 or 10297852. OLE color: 10297852.

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

Color convert

RGB 252 33 157 -
CMYK 0 0.87 0.38 0.01
HSL 326.03º 0.97% 0.56% -
HSV(B) 326.03º 0.87% 0.99% -
XYZ 46.77 24.22 34.11 -
YUV 112.62 153.05 227.42 -
System Red Green Blue C M Y K H S L
Decimal 252 33 157 0 0.87 0.38 0.01 326.03 0.97 0.56
Hex FC 21 9D 0 57 26 1 146 61 38
Octal 374 41 235 0 127 46 1 506 141 70
Binary 11111100 100001 10011101 0 1010111 100110 1 101000110 1100001 111000

Color Harmonies of #FC219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC219D

Black with #FC219D

Text Example


Text Example

White with #FC219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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