#F318B2

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

Shades of Spicy Pink #F318B2

Tints of Spicy Pink #F318B2

Color information

#F318B2 (or 0xF318B2) is unknown color: approx Spicy Pink. HEX triplet: F3, 18 and B2. RGB value is (243,24,178). Sum of RGB (Red+Green+Blue) = 243+24+178=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F318B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F318B2 is #0CE74D. Grayscale: #6A6A6A. Windows color (decimal): -845646 or 11671795. OLE color: 11671795.

HSL color Cylindrical-coordinate representation of color #F318B2: hue angle of 317.81º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318B2 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB24324178-
CMYK00.900.270.05
HSL317.81º90.12%52.35%-
HSV(B)317.81º90.12%95.29%-
XYZ45.3222.9244.16-
YUV107.04168.05224.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.61%
GREEN value IS 24 (9.77% from 255) = 5.39%
BLUE value IS 178 (69.92% from 255) = 40%
R=54.61%
G=5.39%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432417800.900.270.05317.8190.1252.35
HexF318B205A1B513e5a34
Octal36330262013233547613264
Binary11110011110001011001001011010110111011001111101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F318B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F318B2; }

 p { color: rgb(243,24,178); }

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

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

 a { background-color: rgb(243,24,178); }

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

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

 span { border-color: rgb(243,24,178); }

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