#f360b0

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

Shades of Hot Pink #F360B0

Tints of Hot Pink #F360B0

Color information

#F360B0 (or 0xF360B0) is unknown color: approx Hot Pink. HEX triplet: F3, 60 and B0. RGB value is (243,96,176). Sum of RGB (Red+Green+Blue) = 243+96+176=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F360B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F360B0 is #0C9F4F. Grayscale: #949494. Windows color (decimal): -827216 or 11559155. OLE color: 11559155.

HSL color Cylindrical-coordinate representation of color #F360B0: hue angle of 327.35º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F360B0 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB24396176-
CMYK00.600.280.05
HSL327.35º85.96%66.47%-
HSV(B)327.35º60.49%95.29%-
XYZ48.9830.5644.39-
YUV149.07143.2195-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.18%
GREEN value IS 96 (37.89% from 255) = 18.64%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=47.18%
G=18.64%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439617600.600.280.05327.3585.9666.47
HexF360B003C1C51475642
Octal363140260074345507126102
Binary1111001111000001011000001111001110010110100011110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f360b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f360b0; }

 p { color: rgb(243,96,176); }

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

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

 a { background-color: rgb(243,96,176); }

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

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

 span { border-color: rgb(243,96,176); }

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