#F359BD

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

Shades of Hot Pink #F359BD

Tints of Hot Pink #F359BD

Color information

#F359BD (or 0xF359BD) is unknown color: approx Hot Pink. HEX triplet: F3, 59 and BD. RGB value is (243,89,189). Sum of RGB (Red+Green+Blue) = 243+89+189=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F359BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F359BD is #0CA642. Grayscale: #929292. Windows color (decimal): -828995 or 12409331. OLE color: 12409331.

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

Color convert

RGB24389189-
CMYK00.630.220.05
HSL321.04º86.52%65.1%-
HSV(B)321.04º63.37%95.29%-
XYZ49.7229.8751.29-
YUV146.45152.02196.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.64%
GREEN value IS 89 (35.16% from 255) = 17.08%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=46.64%
G=17.08%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438918900.630.220.05321.0486.5265.1
HexF359BD03F1651415741
Octal363131275077265501127101
Binary1111001110110011011110101111111011010110100000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F359BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F359BD; }

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

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

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

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

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

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

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

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