Html Css Color HEX #FC29A0 Persian Rose

📋 copy color: '#FC29A0'

red 252 ◦ green 41 ◦ blue 160

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

Shades of Persian Rose #FC29A0

Tints of Persian Rose #FC29A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.32%

R = 55.63%
G = 9.05%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC29A0 (or 0xFC29A0) is known color: Persian Rose. HEX triplet: FC, 29 and A0. RGB value is (252,41,160). Sum of RGB (Red+Green+Blue) = 252+41+160=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC29A0 is #03D65F. Grayscale: #757575. Windows color (decimal): -251488 or 10496508. OLE color: 10496508.

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

Color convert

RGB 252 41 160 -
CMYK 0 0.84 0.37 0.01
HSL 326.16º 0.97% 0.57% -
HSV(B) 326.16º 0.84% 0.99% -
XYZ 47.28 24.82 35.56 -
YUV 117.66 151.9 223.82 -
System Red Green Blue C M Y K H S L
Decimal 252 41 160 0 0.84 0.37 0.01 326.16 0.97 0.57
Hex FC 29 A0 0 54 25 1 146 61 39
Octal 374 51 240 0 124 45 1 506 141 71
Binary 11111100 101001 10100000 0 1010100 100101 1 101000110 1100001 111001

Color Harmonies of #FC29A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC29A0

Black with #FC29A0

Text Example


Text Example

White with #FC29A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC29A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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