Html Css Color HEX #F10BDF Hot Magenta

📋 copy color: '#F10BDF'

red 241 ◦ green 11 ◦ blue 223

#F10BDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #F10BDF

Tints of Hot Magenta #F10BDF

RGB

 RED value IS 241 (94.53% from 255) = 50.74%

 GREEN value IS 11 (4.69% from 255) = 2.32%

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 50.74%
G = 2.32%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F10BDF (or 0xF10BDF) is known color: Hot Magenta. HEX triplet: F1, 0B and DF. RGB value is (241,11,223). Sum of RGB (Red+Green+Blue) = 241+11+223=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BDF is #0EF420. Grayscale: #676767. Windows color (decimal): -980001 or 14617585. OLE color: 14617585.

HSL color Cylindrical-coordinate representation of color #F10BDF: hue angle of 304.7º 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 #F10BDF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 11 223 -
CMYK 0 0.95 0.07 0.05
HSL 304.7º 0.91% 0.49% -
HSV(B) 304.7º 0.95% 0.95% -
XYZ 49.71 24.27 71.88 -
YUV 103.94 195.2 225.76 -
System Red Green Blue C M Y K H S L
Decimal 241 11 223 0 0.95 0.07 0.05 304.7 0.91 0.49
Hex F1 B DF 0 5F 7 5 131 5B 31
Octal 361 13 337 0 137 7 5 461 133 61
Binary 11110001 1011 11011111 0 1011111 111 101 100110001 1011011 110001

Color Harmonies of #F10BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10BDF

Black with #F10BDF

Text Example


Text Example

White with #F10BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10BDF; }

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

 H1.HeaderClassName
 {
   color: #F10BDF;
 }
 .AnyTagClassName
 {
   color: #F10BDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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