#F32AB8

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

Shades of Spicy Pink #F32AB8

Tints of Spicy Pink #F32AB8

Color information

#F32AB8 (or 0xF32AB8) is unknown color: approx Spicy Pink. HEX triplet: F3, 2A and B8. RGB value is (243,42,184). Sum of RGB (Red+Green+Blue) = 243+42+184=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F32AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32AB8 is #0CD547. Grayscale: #757575. Windows color (decimal): -841032 or 12069619. OLE color: 12069619.

HSL color Cylindrical-coordinate representation of color #F32AB8: hue angle of 317.61º 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 #F32AB8 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB24342184-
CMYK00.830.240.05
HSL317.61º89.33%55.88%-
HSV(B)317.61º82.72%95.29%-
XYZ46.4424.1747.57-
YUV118.29165.09216.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.81%
GREEN value IS 42 (16.80% from 255) = 8.96%
BLUE value IS 184 (72.27% from 255) = 39.23%
R=51.81%
G=8.96%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434218400.830.240.05317.6189.3355.88
HexF32AB805318513e5938
Octal36352270012330547613170
Binary111100111010101011100001010011110001011001111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32AB8; }

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

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

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

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

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

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

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

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