Html Css Color HEX #FF29AF Spicy Pink

📋 copy color: '#FF29AF'

red 255 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #FF29AF

Tints of Spicy Pink #FF29AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 54.14%
G = 8.7%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF29AF (or 0xFF29AF) is known color: Spicy Pink. HEX triplet: FF, 29 and AF. RGB value is (255,41,175). Sum of RGB (Red+Green+Blue) = 255+41+175=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF29AF is #00D650. Grayscale: #777777. Windows color (decimal): -54865 or 11479551. OLE color: 11479551.

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

Color convert

RGB 255 41 175 -
CMYK 0 0.84 0.31 0
HSL 322.43º 1% 0.58% -
HSV(B) 322.43º 0.84% 1% -
XYZ 49.77 25.94 42.94 -
YUV 120.26 158.9 224.1 -
System Red Green Blue C M Y K H S L
Decimal 255 41 175 0 0.84 0.31 0 322.43 1 0.58
Hex FF 29 AF 0 54 1F 0 142 64 3A
Octal 377 51 257 0 124 37 0 502 144 72
Binary 11111111 101001 10101111 0 1010100 11111 0 101000010 1100100 111010

Color Harmonies of #FF29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29AF

Black with #FF29AF

Text Example


Text Example

White with #FF29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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