#FB18A7

Color #FB18A7 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #FB18A7

Tints of Spicy Pink #FB18A7

Color information

#FB18A7 (or 0xFB18A7) is unknown color: approx Spicy Pink. HEX triplet: FB, 18 and A7. RGB value is (251,24,167). Sum of RGB (Red+Green+Blue) = 251+24+167=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB18A7 is #04E758. Grayscale: #6B6B6B. Windows color (decimal): -321369 or 10950907. OLE color: 10950907.

HSL color Cylindrical-coordinate representation of color #FB18A7: hue angle of 322.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB18A7 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB25124167-
CMYK00.900.330.02
HSL322.2º96.6%53.92%-
HSV(B)322.2º90.44%98.43%-
XYZ47.0923.9538.7-
YUV108.17161.21229.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 56.79%
GREEN value IS 24 (9.77% from 255) = 5.43%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=56.79%
G=5.43%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512416700.900.330.02322.296.653.92
HexFB18A705A2121426136
Octal37330247013241250214166
Binary11111011110001010011101011010100001101010000101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB18A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB18A7; }

 p { color: rgb(251,24,167); }

 H1.HeaderClassName
 {
   color: #FB18A7;
 }
 .AnyTagClassName
 {
   color: #FB18A7;
 }
</style>
background-color css

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

 a { background-color: rgb(251,24,167); }

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

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

 span { border-color: rgb(251,24,167); }

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