Html Css Color HEX #FC219A Persian Rose

📋 copy color: '#FC219A'

red 252 ◦ green 33 ◦ blue 154

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

Shades of Persian Rose #FC219A

Tints of Persian Rose #FC219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 57.4%
G = 7.52%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC219A (or 0xFC219A) is known color: Persian Rose. HEX triplet: FC, 21 and 9A. RGB value is (252,33,154). Sum of RGB (Red+Green+Blue) = 252+33+154=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC219A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC219A is #03DE65. Grayscale: #707070. Windows color (decimal): -253542 or 10101244. OLE color: 10101244.

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

Color convert

RGB 252 33 154 -
CMYK 0 0.87 0.39 0.01
HSL 326.85º 0.97% 0.56% -
HSV(B) 326.85º 0.87% 0.99% -
XYZ 46.52 24.12 32.77 -
YUV 112.28 151.55 227.66 -
System Red Green Blue C M Y K H S L
Decimal 252 33 154 0 0.87 0.39 0.01 326.85 0.97 0.56
Hex FC 21 9A 0 57 27 1 147 61 38
Octal 374 41 232 0 127 47 1 507 141 70
Binary 11111100 100001 10011010 0 1010111 100111 1 101000111 1100001 111000

Color Harmonies of #FC219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC219A

Black with #FC219A

Text Example


Text Example

White with #FC219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC219A; }

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

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

background-color css

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

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

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

border-color css

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

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

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