#f355bd

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

Shades of Hot Pink #F355BD

Tints of Hot Pink #F355BD

Color information

#F355BD (or 0xF355BD) is unknown color: approx Hot Pink. HEX triplet: F3, 55 and BD. RGB value is (243,85,189). Sum of RGB (Red+Green+Blue) = 243+85+189=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F355BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355BD is #0CAA42. Grayscale: #8F8F8F. Windows color (decimal): -830019 or 12408307. OLE color: 12408307.

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

Color convert

RGB24385189-
CMYK00.650.220.05
HSL320.51º86.81%64.31%-
HSV(B)320.51º65.02%95.29%-
XYZ49.429.2351.18-
YUV144.1153.35198.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.00%
GREEN value IS 85 (33.59% from 255) = 16.44%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=47.00%
G=16.44%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438518900.650.220.05320.5186.8164.31
HexF355BD0411651415740
Octal3631252750101265501127100
Binary11110011101010110111101010000011011010110100000110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f355bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f355bd; }

 p { color: rgb(243,85,189); }

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

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

 a { background-color: rgb(243,85,189); }

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

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

 span { border-color: rgb(243,85,189); }

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