Html Css Color HEX #FF29AC Persian Rose

📋 copy color: '#FF29AC'

red 255 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #FF29AC

Tints of Persian Rose #FF29AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.75%

R = 54.49%
G = 8.76%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF29AC (or 0xFF29AC) is known color: Persian Rose. HEX triplet: FF, 29 and AC. RGB value is (255,41,172). Sum of RGB (Red+Green+Blue) = 255+41+172=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF29AC is #00D653. Grayscale: #777777. Windows color (decimal): -54868 or 11282943. OLE color: 11282943.

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

Color convert

RGB 255 41 172 -
CMYK 0 0.84 0.33 0
HSL 323.27º 1% 0.58% -
HSV(B) 323.27º 0.84% 1% -
XYZ 49.48 25.82 41.41 -
YUV 119.92 157.4 224.35 -
System Red Green Blue C M Y K H S L
Decimal 255 41 172 0 0.84 0.33 0 323.27 1 0.58
Hex FF 29 AC 0 54 21 0 143 64 3A
Octal 377 51 254 0 124 41 0 503 144 72
Binary 11111111 101001 10101100 0 1010100 100001 0 101000011 1100100 111010

Color Harmonies of #FF29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29AC

Black with #FF29AC

Text Example


Text Example

White with #FF29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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