#F32AB6

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

Shades of Spicy Pink #F32AB6

Tints of Spicy Pink #F32AB6

Color information

#F32AB6 (or 0xF32AB6) is unknown color: approx Spicy Pink. HEX triplet: F3, 2A and B6. RGB value is (243,42,182). Sum of RGB (Red+Green+Blue) = 243+42+182=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F32AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32AB6 is #0CD549. Grayscale: #757575. Windows color (decimal): -841034 or 11938547. OLE color: 11938547.

HSL color Cylindrical-coordinate representation of color #F32AB6: hue angle of 318.21º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32AB6 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB24342182-
CMYK00.830.250.05
HSL318.21º89.33%55.88%-
HSV(B)318.21º82.72%95.29%-
XYZ46.2324.0946.47-
YUV118.06164.09217.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.03%
GREEN value IS 42 (16.80% from 255) = 8.99%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=52.03%
G=8.99%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434218200.830.250.05318.2189.3355.88
HexF32AB605319513e5938
Octal36352266012331547613170
Binary111100111010101011011001010011110011011001111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32AB6; }

 p { color: rgb(243,42,182); }

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

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

 a { background-color: rgb(243,42,182); }

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

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

 span { border-color: rgb(243,42,182); }

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