#F10BD5

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

Shades of Hot Magenta #F10BD5

Tints of Hot Magenta #F10BD5

Color information

#F10BD5 (or 0xF10BD5) is unknown color: approx Hot Magenta. HEX triplet: F1, 0B and D5. RGB value is (241,11,213). Sum of RGB (Red+Green+Blue) = 241+11+213=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BD5 is #0EF42A. Grayscale: #666666. Windows color (decimal): -980011 or 13962225. OLE color: 13962225.

HSL color Cylindrical-coordinate representation of color #F10BD5: hue angle of 307.3º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BD5 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB24111213-
CMYK00.950.120.05
HSL307.3º91.27%49.41%-
HSV(B)307.3º95.44%94.51%-
XYZ48.4123.7464.98-
YUV102.8190.2226.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 11 (4.69% from 255) = 2.37%
BLUE value IS 213 (83.59% from 255) = 45.81%
R=51.83%
G=2.37%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411121300.950.120.05307.391.2749.41
HexF1BD505FC51335b31
Octal36113325013714546313361
Binary111100011011110101010101111111001011001100111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10BD5; }

 p { color: rgb(241,11,213); }

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

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

 a { background-color: rgb(241,11,213); }

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

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

 span { border-color: rgb(241,11,213); }

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