Html Css Color HEX #FC2A9E Persian Rose

📋 copy color: '#FC2A9E'

red 252 ◦ green 42 ◦ blue 158

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

Shades of Persian Rose #FC2A9E

Tints of Persian Rose #FC2A9E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.29%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 55.75%
G = 9.29%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC2A9E (or 0xFC2A9E) is known color: Persian Rose. HEX triplet: FC, 2A and 9E. RGB value is (252,42,158). Sum of RGB (Red+Green+Blue) = 252+42+158=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 42 (16.80% from 255 or 9.29% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2A9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2A9E is #03D561. Grayscale: #757575. Windows color (decimal): -251234 or 10365692. OLE color: 10365692.

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

Color convert

RGB 252 42 158 -
CMYK 0 0.83 0.37 0.01
HSL 326.86º 0.97% 0.58% -
HSV(B) 326.86º 0.83% 0.99% -
XYZ 47.14 24.82 34.65 -
YUV 118.01 150.57 223.57 -
System Red Green Blue C M Y K H S L
Decimal 252 42 158 0 0.83 0.37 0.01 326.86 0.97 0.58
Hex FC 2A 9E 0 53 25 1 147 61 3A
Octal 374 52 236 0 123 45 1 507 141 72
Binary 11111100 101010 10011110 0 1010011 100101 1 101000111 1100001 111010

Color Harmonies of #FC2A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2A9E

Black with #FC2A9E

Text Example


Text Example

White with #FC2A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2A9E; }

 p { color: rgb(252,42,158); }

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

background-color css

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

 a { background-color: rgb(252,42,158); }

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

border-color css

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

 span { border-color: rgb(252,42,158); }

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