Html Css Color HEX #FA26AC Spicy Pink

📋 copy color: '#FA26AC'

red 250 ◦ green 38 ◦ blue 172

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

Shades of Spicy Pink #FA26AC

Tints of Spicy Pink #FA26AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.26%

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

R = 54.35%
G = 8.26%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA26AC (or 0xFA26AC) is known color: Spicy Pink. HEX triplet: FA, 26 and AC. RGB value is (250,38,172). Sum of RGB (Red+Green+Blue) = 250+38+172=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA26AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA26AC is #05D953. Grayscale: #747474. Windows color (decimal): -383316 or 11282170. OLE color: 11282170.

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

Color convert

RGB 250 38 172 -
CMYK 0 0.85 0.31 0.02
HSL 322.08º 0.95% 0.56% -
HSV(B) 322.08º 0.85% 0.98% -
XYZ 47.56 24.69 41.29 -
YUV 116.66 159.24 223.1 -
System Red Green Blue C M Y K H S L
Decimal 250 38 172 0 0.85 0.31 0.02 322.08 0.95 0.56
Hex FA 26 AC 0 55 1F 2 142 5F 38
Octal 372 46 254 0 125 37 2 502 137 70
Binary 11111010 100110 10101100 0 1010101 11111 10 101000010 1011111 111000

Color Harmonies of #FA26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA26AC

Black with #FA26AC

Text Example


Text Example

White with #FA26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA26AC; }

 p { color: rgb(250,38,172); }

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

background-color css

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

 a { background-color: rgb(250,38,172); }

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

border-color css

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

 span { border-color: rgb(250,38,172); }

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