Html Css Color HEX #FA27AD Spicy Pink

📋 copy color: '#FA27AD'

red 250 ◦ green 39 ◦ blue 173

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

Shades of Spicy Pink #FA27AD

Tints of Spicy Pink #FA27AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.44%

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 54.11%
G = 8.44%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA27AD (or 0xFA27AD) is known color: Spicy Pink. HEX triplet: FA, 27 and AD. RGB value is (250,39,173). Sum of RGB (Red+Green+Blue) = 250+39+173=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA27AD is #05D852. Grayscale: #757575. Windows color (decimal): -383059 or 11347962. OLE color: 11347962.

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

Color convert

RGB 250 39 173 -
CMYK 0 0.84 0.31 0.02
HSL 321.9º 0.95% 0.57% -
HSV(B) 321.9º 0.84% 0.98% -
XYZ 47.69 24.79 41.81 -
YUV 117.37 159.4 222.6 -
System Red Green Blue C M Y K H S L
Decimal 250 39 173 0 0.84 0.31 0.02 321.9 0.95 0.57
Hex FA 27 AD 0 54 1F 2 142 5F 39
Octal 372 47 255 0 124 37 2 502 137 71
Binary 11111010 100111 10101101 0 1010100 11111 10 101000010 1011111 111001

Color Harmonies of #FA27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA27AD

Black with #FA27AD

Text Example


Text Example

White with #FA27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA27AD; }

 p { color: rgb(250,39,173); }

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

background-color css

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

 a { background-color: rgb(250,39,173); }

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

border-color css

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

 span { border-color: rgb(250,39,173); }

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