Html Css Color HEX #FB21AF Spicy Pink

📋 copy color: '#FB21AF'

red 251 ◦ green 33 ◦ blue 175

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

Shades of Spicy Pink #FB21AF

Tints of Spicy Pink #FB21AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.19%

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

R = 54.68%
G = 7.19%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FB21AF (or 0xFB21AF) is known color: Spicy Pink. HEX triplet: FB, 21 and AF. RGB value is (251,33,175). Sum of RGB (Red+Green+Blue) = 251+33+175=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB21AF is #04DE50. Grayscale: #727272. Windows color (decimal): -319057 or 11477499. OLE color: 11477499.

HSL color Cylindrical-coordinate representation of color #FB21AF: hue angle of 320.92º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB21AF is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 33 175 -
CMYK 0 0.87 0.30 0.02
HSL 320.92º 0.96% 0.56% -
HSV(B) 320.92º 0.87% 0.98% -
XYZ 48.07 24.69 42.79 -
YUV 114.37 162.22 225.45 -
System Red Green Blue C M Y K H S L
Decimal 251 33 175 0 0.87 0.30 0.02 320.92 0.96 0.56
Hex FB 21 AF 0 57 1E 2 141 60 38
Octal 373 41 257 0 127 36 2 501 140 70
Binary 11111011 100001 10101111 0 1010111 11110 10 101000001 1100000 111000

Color Harmonies of #FB21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB21AF

Black with #FB21AF

Text Example


Text Example

White with #FB21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB21AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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