#F330B6

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

Shades of Spicy Pink #F330B6

Tints of Spicy Pink #F330B6

Color information

#F330B6 (or 0xF330B6) is unknown color: approx Spicy Pink. HEX triplet: F3, 30 and B6. RGB value is (243,48,182). Sum of RGB (Red+Green+Blue) = 243+48+182=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F330B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F330B6 is #0CCF49. Grayscale: #797979. Windows color (decimal): -839498 or 11940083. OLE color: 11940083.

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

Color convert

RGB24348182-
CMYK00.800.250.05
HSL318.77º89.04%57.06%-
HSV(B)318.77º80.25%95.29%-
XYZ46.4624.5546.54-
YUV121.58162.1214.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.37%
GREEN value IS 48 (19.14% from 255) = 10.15%
BLUE value IS 182 (71.48% from 255) = 38.48%
R=51.37%
G=10.15%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434818200.800.250.05318.7789.0457.06
HexF330B605019513f5939
Octal36360266012031547713171
Binary111100111100001011011001010000110011011001111111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F330B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F330B6; }

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

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

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

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

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

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

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

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