Html Css Color HEX #FC29A6 Persian Rose

📋 copy color: '#FC29A6'

red 252 ◦ green 41 ◦ blue 166

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

Shades of Persian Rose #FC29A6

Tints of Persian Rose #FC29A6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.93%

 BLUE value IS 166 (65.23% from 255) = 36.17%

R = 54.9%
G = 8.93%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC29A6 (or 0xFC29A6) is known color: Persian Rose. HEX triplet: FC, 29 and A6. RGB value is (252,41,166). Sum of RGB (Red+Green+Blue) = 252+41+166=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC29A6 is #03D659. Grayscale: #767676. Windows color (decimal): -251482 or 10889724. OLE color: 10889724.

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

Color convert

RGB 252 41 166 -
CMYK 0 0.84 0.34 0.01
HSL 324.46º 0.97% 0.57% -
HSV(B) 324.46º 0.84% 0.99% -
XYZ 47.82 25.03 38.39 -
YUV 118.34 154.9 223.34 -
System Red Green Blue C M Y K H S L
Decimal 252 41 166 0 0.84 0.34 0.01 324.46 0.97 0.57
Hex FC 29 A6 0 54 22 1 144 61 39
Octal 374 51 246 0 124 42 1 504 141 71
Binary 11111100 101001 10100110 0 1010100 100010 1 101000100 1100001 111001

Color Harmonies of #FC29A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC29A6

Black with #FC29A6

Text Example


Text Example

White with #FC29A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC29A6; }

 p { color: rgb(252,41,166); }

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

background-color css

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

 a { background-color: rgb(252,41,166); }

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

border-color css

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

 span { border-color: rgb(252,41,166); }

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