Html Css Color HEX #FA27B2 Spicy Pink

📋 copy color: '#FA27B2'

red 250 ◦ green 39 ◦ blue 178

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

Shades of Spicy Pink #FA27B2

Tints of Spicy Pink #FA27B2

RGB

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

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

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

R = 53.53%
G = 8.35%
B = 38.12%

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

#FA27B2 (or 0xFA27B2) is known color: Spicy Pink. HEX triplet: FA, 27 and B2. RGB value is (250,39,178). Sum of RGB (Red+Green+Blue) = 250+39+178=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 39 (15.62% from 255 or 8.35% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA27B2 is #05D84D. Grayscale: #757575. Windows color (decimal): -383054 or 11675642. OLE color: 11675642.

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

Color convert

RGB 250 39 178 -
CMYK 0 0.84 0.29 0.02
HSL 320.47º 0.95% 0.57% -
HSV(B) 320.47º 0.84% 0.98% -
XYZ 48.19 24.99 44.4 -
YUV 117.94 161.9 222.2 -
System Red Green Blue C M Y K H S L
Decimal 250 39 178 0 0.84 0.29 0.02 320.47 0.95 0.57
Hex FA 27 B2 0 54 1D 2 140 5F 39
Octal 372 47 262 0 124 35 2 500 137 71
Binary 11111010 100111 10110010 0 1010100 11101 10 101000000 1011111 111001

Color Harmonies of #FA27B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA27B2

Black with #FA27B2

Text Example


Text Example

White with #FA27B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA27B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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