Html Css Color HEX #FA29B7 Spicy Pink

📋 copy color: '#FA29B7'

red 250 ◦ green 41 ◦ blue 183

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

Shades of Spicy Pink #FA29B7

Tints of Spicy Pink #FA29B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 52.74%
G = 8.65%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FA29B7 (or 0xFA29B7) is known color: Spicy Pink. HEX triplet: FA, 29 and B7. RGB value is (250,41,183). Sum of RGB (Red+Green+Blue) = 250+41+183=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA29B7 is #05D648. Grayscale: #777777. Windows color (decimal): -382537 or 12003834. OLE color: 12003834.

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

Color convert

RGB 250 41 183 -
CMYK 0 0.84 0.27 0.02
HSL 319.23º 0.95% 0.57% -
HSV(B) 319.23º 0.84% 0.98% -
XYZ 48.76 25.33 47.12 -
YUV 119.68 163.74 220.95 -
System Red Green Blue C M Y K H S L
Decimal 250 41 183 0 0.84 0.27 0.02 319.23 0.95 0.57
Hex FA 29 B7 0 54 1B 2 13F 5F 39
Octal 372 51 267 0 124 33 2 477 137 71
Binary 11111010 101001 10110111 0 1010100 11011 10 100111111 1011111 111001

Color Harmonies of #FA29B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29B7

Black with #FA29B7

Text Example


Text Example

White with #FA29B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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