Html Css Color HEX #FA29B2 Spicy Pink

📋 copy color: '#FA29B2'

red 250 ◦ green 41 ◦ blue 178

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

Shades of Spicy Pink #FA29B2

Tints of Spicy Pink #FA29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 53.3%
G = 8.74%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA29B2 (or 0xFA29B2) is known color: Spicy Pink. HEX triplet: FA, 29 and B2. RGB value is (250,41,178). Sum of RGB (Red+Green+Blue) = 250+41+178=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA29B2 is #05D64D. Grayscale: #767676. Windows color (decimal): -382542 or 11676154. OLE color: 11676154.

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

Color convert

RGB 250 41 178 -
CMYK 0 0.84 0.29 0.02
HSL 320.67º 0.95% 0.57% -
HSV(B) 320.67º 0.84% 0.98% -
XYZ 48.25 25.12 44.43 -
YUV 119.11 161.24 221.36 -
System Red Green Blue C M Y K H S L
Decimal 250 41 178 0 0.84 0.29 0.02 320.67 0.95 0.57
Hex FA 29 B2 0 54 1D 2 141 5F 39
Octal 372 51 262 0 124 35 2 501 137 71
Binary 11111010 101001 10110010 0 1010100 11101 10 101000001 1011111 111001

Color Harmonies of #FA29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29B2

Black with #FA29B2

Text Example


Text Example

White with #FA29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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