#F32AB7

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

Shades of Spicy Pink #F32AB7

Tints of Spicy Pink #F32AB7

Color information

#F32AB7 (or 0xF32AB7) is unknown color: approx Spicy Pink. HEX triplet: F3, 2A and B7. RGB value is (243,42,183). Sum of RGB (Red+Green+Blue) = 243+42+183=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F32AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F32AB7 is #0CD548. Grayscale: #757575. Windows color (decimal): -841033 or 12004083. OLE color: 12004083.

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

Color convert

RGB24342183-
CMYK00.830.250.05
HSL317.91º89.33%55.88%-
HSV(B)317.91º82.72%95.29%-
XYZ46.3424.1347.01-
YUV118.17164.59217.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.92%
GREEN value IS 42 (16.80% from 255) = 8.97%
BLUE value IS 183 (71.88% from 255) = 39.10%
R=51.92%
G=8.97%
B=39.10%

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
Decimal2434218300.830.250.05317.9189.3355.88
HexF32AB705319513e5938
Octal36352267012331547613170
Binary111100111010101011011101010011110011011001111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32AB7; }

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

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

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

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

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

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

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

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