#F358BC

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

Shades of Hot Pink #F358BC

Tints of Hot Pink #F358BC

Color information

#F358BC (or 0xF358BC) is unknown color: approx Hot Pink. HEX triplet: F3, 58 and BC. RGB value is (243,88,188). Sum of RGB (Red+Green+Blue) = 243+88+188=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F358BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358BC is #0CA743. Grayscale: #919191. Windows color (decimal): -829252 or 12343539. OLE color: 12343539.

HSL color Cylindrical-coordinate representation of color #F358BC: hue angle of 321.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F358BC is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB24388188-
CMYK00.640.230.05
HSL321.29º86.59%64.9%-
HSV(B)321.29º63.79%95.29%-
XYZ49.5329.6650.69-
YUV145.74151.85197.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.82%
GREEN value IS 88 (34.77% from 255) = 16.96%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=46.82%
G=16.96%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438818800.640.230.05321.2986.5964.9
HexF358BC0401751415741
Octal3631302740100275501127101
Binary11110011101100010111100010000001011110110100000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F358BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F358BC; }

 p { color: rgb(243,88,188); }

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

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

 a { background-color: rgb(243,88,188); }

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

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

 span { border-color: rgb(243,88,188); }

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