Html Css Color HEX #FF29A1 Persian Rose

📋 copy color: '#FF29A1'

red 255 ◦ green 41 ◦ blue 161

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

Shades of Persian Rose #FF29A1

Tints of Persian Rose #FF29A1

RGB

 RED value IS 255 (100% from 255) = 55.8%

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

 BLUE value IS 161 (63.28% from 255) = 35.23%

R = 55.8%
G = 8.97%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF29A1 (or 0xFF29A1) is known color: Persian Rose. HEX triplet: FF, 29 and A1. RGB value is (255,41,161). Sum of RGB (Red+Green+Blue) = 255+41+161=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF29A1 is #00D65E. Grayscale: #767676. Windows color (decimal): -54879 or 10562047. OLE color: 10562047.

HSL color Cylindrical-coordinate representation of color #FF29A1: hue angle of 326.36º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29A1 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 161 -
CMYK 0 0.84 0.37 0
HSL 326.36º 1% 0.58% -
HSV(B) 326.36º 0.84% 1% -
XYZ 48.47 25.42 36.07 -
YUV 118.67 151.9 225.24 -
System Red Green Blue C M Y K H S L
Decimal 255 41 161 0 0.84 0.37 0 326.36 1 0.58
Hex FF 29 A1 0 54 25 0 146 64 3A
Octal 377 51 241 0 124 45 0 506 144 72
Binary 11111111 101001 10100001 0 1010100 100101 0 101000110 1100100 111010

Color Harmonies of #FF29A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29A1

Black with #FF29A1

Text Example


Text Example

White with #FF29A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29A1; }

 p { color: rgb(255,41,161); }

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

background-color css

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

 a { background-color: rgb(255,41,161); }

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

border-color css

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

 span { border-color: rgb(255,41,161); }

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