Html Css Color HEX #FA29AF Spicy Pink

📋 copy color: '#FA29AF'

red 250 ◦ green 41 ◦ blue 175

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

Shades of Spicy Pink #FA29AF

Tints of Spicy Pink #FA29AF

RGB

 RED value IS 250 (98.05% from 255) = 53.65%

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

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

R = 53.65%
G = 8.8%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA29AF (or 0xFA29AF) is known color: Spicy Pink. HEX triplet: FA, 29 and AF. RGB value is (250,41,175). Sum of RGB (Red+Green+Blue) = 250+41+175=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA29AF is #05D650. Grayscale: #767676. Windows color (decimal): -382545 or 11479546. OLE color: 11479546.

HSL color Cylindrical-coordinate representation of color #FA29AF: hue angle of 321.53º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA29AF is Cyan = 0, Magento = 0.84, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 41 175 -
CMYK 0 0.84 0.3 0.02
HSL 321.53º 0.95% 0.57% -
HSV(B) 321.53º 0.84% 0.98% -
XYZ 47.96 25.01 42.86 -
YUV 118.77 159.74 221.6 -
System Red Green Blue C M Y K H S L
Decimal 250 41 175 0 0.84 0.3 0.02 321.53 0.95 0.57
Hex FA 29 AF 0 54 1E 2 142 5F 39
Octal 372 51 257 0 124 36 2 502 137 71
Binary 11111010 101001 10101111 0 1010100 11110 10 101000010 1011111 111001

Color Harmonies of #FA29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29AF

Black with #FA29AF

Text Example


Text Example

White with #FA29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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