Html Css Color HEX #FA28B9 Spicy Pink

📋 copy color: '#FA28B9'

red 250 ◦ green 40 ◦ blue 185

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

Shades of Spicy Pink #FA28B9

Tints of Spicy Pink #FA28B9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.42%

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 52.63%
G = 8.42%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FA28B9 (or 0xFA28B9) is known color: Spicy Pink. HEX triplet: FA, 28 and B9. RGB value is (250,40,185). Sum of RGB (Red+Green+Blue) = 250+40+185=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28B9 is #05D746. Grayscale: #767676. Windows color (decimal): -382791 or 12134650. OLE color: 12134650.

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

Color convert

RGB 250 40 185 -
CMYK 0 0.84 0.26 0.02
HSL 318.57º 0.95% 0.57% -
HSV(B) 318.57º 0.84% 0.98% -
XYZ 48.94 25.34 48.21 -
YUV 119.32 165.07 221.21 -
System Red Green Blue C M Y K H S L
Decimal 250 40 185 0 0.84 0.26 0.02 318.57 0.95 0.57
Hex FA 28 B9 0 54 1A 2 13F 5F 39
Octal 372 50 271 0 124 32 2 477 137 71
Binary 11111010 101000 10111001 0 1010100 11010 10 100111111 1011111 111001

Color Harmonies of #FA28B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA28B9

Black with #FA28B9

Text Example


Text Example

White with #FA28B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA28B9; }

 p { color: rgb(250,40,185); }

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

background-color css

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

 a { background-color: rgb(250,40,185); }

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

border-color css

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

 span { border-color: rgb(250,40,185); }

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