Html Css Color HEX #FA27AF Spicy Pink

📋 copy color: '#FA27AF'

red 250 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #FA27AF

Tints of Spicy Pink #FA27AF

RGB

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

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

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

R = 53.88%
G = 8.41%
B = 37.72%

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

#FA27AF (or 0xFA27AF) is known color: Spicy Pink. HEX triplet: FA, 27 and AF. RGB value is (250,39,175). Sum of RGB (Red+Green+Blue) = 250+39+175=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 39 (15.62% from 255 or 8.41% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA27AF is #05D850. Grayscale: #757575. Windows color (decimal): -383057 or 11479034. OLE color: 11479034.

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

Color convert

RGB 250 39 175 -
CMYK 0 0.84 0.3 0.02
HSL 321.33º 0.95% 0.57% -
HSV(B) 321.33º 0.84% 0.98% -
XYZ 47.89 24.87 42.83 -
YUV 117.59 160.4 222.44 -
System Red Green Blue C M Y K H S L
Decimal 250 39 175 0 0.84 0.3 0.02 321.33 0.95 0.57
Hex FA 27 AF 0 54 1E 2 141 5F 39
Octal 372 47 257 0 124 36 2 501 137 71
Binary 11111010 100111 10101111 0 1010100 11110 10 101000001 1011111 111001

Color Harmonies of #FA27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA27AF

Black with #FA27AF

Text Example


Text Example

White with #FA27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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