#FF1CAF

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

Shades of Spicy Pink #FF1CAF

Tints of Spicy Pink #FF1CAF

Color information

#FF1CAF (or 0xFF1CAF) is unknown color: approx Spicy Pink. HEX triplet: FF, 1C and AF. RGB value is (255,28,175). Sum of RGB (Red+Green+Blue) = 255+28+175=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1CAF is #00E350. Grayscale: #707070. Windows color (decimal): -58193 or 11476223. OLE color: 11476223.

HSL color Cylindrical-coordinate representation of color #FF1CAF: hue angle of 321.15º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CAF is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB25528175-
CMYK00.890.310
HSL321.15º100%55.49%-
HSV(B)321.15º89.02%100%-
XYZ49.3925.1942.82-
YUV112.63163.21229.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 28 (11.33% from 255) = 6.11%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=55.68%
G=6.11%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552817500.890.310321.1510055.49
HexFF1CAF0591F01416437
Octal37734257013137050114467
Binary111111111110010101111010110011111101010000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1CAF; }

 p { color: rgb(255,28,175); }

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

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

 a { background-color: rgb(255,28,175); }

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

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

 span { border-color: rgb(255,28,175); }

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