Html Css Color HEX #FB28AF Spicy Pink

📋 copy color: '#FB28AF'

red 251 ◦ green 40 ◦ blue 175

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

Shades of Spicy Pink #FB28AF

Tints of Spicy Pink #FB28AF

RGB

 RED value IS 251 (98.44% from 255) = 53.86%

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

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

R = 53.86%
G = 8.58%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB28AF (or 0xFB28AF) is known color: Spicy Pink. HEX triplet: FB, 28 and AF. RGB value is (251,40,175). Sum of RGB (Red+Green+Blue) = 251+40+175=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB28AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB28AF is #04D750. Grayscale: #767676. Windows color (decimal): -317265 or 11479291. OLE color: 11479291.

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

Color convert

RGB 251 40 175 -
CMYK 0 0.84 0.30 0.02
HSL 321.61º 0.96% 0.57% -
HSV(B) 321.61º 0.84% 0.98% -
XYZ 48.28 25.12 42.86 -
YUV 118.48 159.9 222.52 -
System Red Green Blue C M Y K H S L
Decimal 251 40 175 0 0.84 0.30 0.02 321.61 0.96 0.57
Hex FB 28 AF 0 54 1E 2 142 60 39
Octal 373 50 257 0 124 36 2 502 140 71
Binary 11111011 101000 10101111 0 1010100 11110 10 101000010 1100000 111001

Color Harmonies of #FB28AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB28AF

Black with #FB28AF

Text Example


Text Example

White with #FB28AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB28AF; }

 p { color: rgb(251,40,175); }

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

background-color css

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

 a { background-color: rgb(251,40,175); }

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

border-color css

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

 span { border-color: rgb(251,40,175); }

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