#F918AA

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

Shades of Spicy Pink #F918AA

Tints of Spicy Pink #F918AA

Color information

#F918AA (or 0xF918AA) is unknown color: approx Spicy Pink. HEX triplet: F9, 18 and AA. RGB value is (249,24,170). Sum of RGB (Red+Green+Blue) = 249+24+170=443 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.21% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 249 - color contains mainly: red. Hex color #F918AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F918AA is #06E755. Grayscale: #6B6B6B. Windows color (decimal): -452438 or 11147513. OLE color: 11147513.

HSL color Cylindrical-coordinate representation of color #F918AA: hue angle of 321.07º degrees, saturation: 0.95, 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 #F918AA is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB24924170-
CMYK00.900.320.02
HSL321.07º94.94%53.53%-
HSV(B)321.07º90.36%97.65%-
XYZ46.6523.740.15-
YUV107.92163.04228.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.21%
GREEN value IS 24 (9.77% from 255) = 5.42%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=56.21%
G=5.42%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492417000.900.320.02321.0794.9453.53
HexF918AA05A2021415f36
Octal37130252013240250113766
Binary11111001110001010101001011010100000101010000011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F918AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F918AA; }

 p { color: rgb(249,24,170); }

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

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

 a { background-color: rgb(249,24,170); }

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

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

 span { border-color: rgb(249,24,170); }

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