Html Css Color HEX #FB15AA Spicy Pink

📋 copy color: '#FB15AA'

red 251 ◦ green 21 ◦ blue 170

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

Shades of Spicy Pink #FB15AA

Tints of Spicy Pink #FB15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.75%

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 56.79%
G = 4.75%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FB15AA (or 0xFB15AA) is known color: Spicy Pink. HEX triplet: FB, 15 and AA. RGB value is (251,21,170). Sum of RGB (Red+Green+Blue) = 251+21+170=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 21 (8.59% from 255 or 4.75% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB15AA is #04EA55. Grayscale: #6A6A6A. Windows color (decimal): -322134 or 11146747. OLE color: 11146747.

HSL color Cylindrical-coordinate representation of color #FB15AA: hue angle of 321.13º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB15AA is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 21 170 -
CMYK 0 0.92 0.32 0.02
HSL 321.13º 0.97% 0.53% -
HSV(B) 321.13º 0.92% 0.98% -
XYZ 47.31 23.95 40.16 -
YUV 106.76 163.7 230.88 -
System Red Green Blue C M Y K H S L
Decimal 251 21 170 0 0.92 0.32 0.02 321.13 0.97 0.53
Hex FB 15 AA 0 5C 20 2 141 61 35
Octal 373 25 252 0 134 40 2 501 141 65
Binary 11111011 10101 10101010 0 1011100 100000 10 101000001 1100001 110101

Color Harmonies of #FB15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB15AA

Black with #FB15AA

Text Example


Text Example

White with #FB15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB15AA; }

 p { color: rgb(251,21,170); }

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

background-color css

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

 a { background-color: rgb(251,21,170); }

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

border-color css

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

 span { border-color: rgb(251,21,170); }

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