Html Css Color HEX #F10AFF Magenta

📋 copy color: '#F10AFF'

red 241 ◦ green 10 ◦ blue 255

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

Shades of Magenta #F10AFF

Tints of Magenta #F10AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.98%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 47.63%
G = 1.98%
B = 50.4%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F10AFF (or 0xF10AFF) is known color: Magenta. HEX triplet: F1, 0A and FF. RGB value is (241,10,255). Sum of RGB (Red+Green+Blue) = 241+10+255=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 10 (4.30% from 255 or 1.98% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #F10AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10AFF is #0EF500. Grayscale: #6A6A6A. Windows color (decimal): -980225 or 16714481. OLE color: 16714481.

HSL color Cylindrical-coordinate representation of color #F10AFF: hue angle of 296.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10AFF is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 241 10 255 -
CMYK 0.05 0.96 0 0
HSL 296.57º 1% 0.52% -
HSV(B) 296.57º 0.96% 1% -
XYZ 54.43 26.14 96.78 -
YUV 107 211.53 223.58 -
System Red Green Blue C M Y K H S L
Decimal 241 10 255 0.05 0.96 0 0 296.57 1 0.52
Hex F1 A FF 5 60 0 0 129 64 34
Octal 361 12 377 5 140 0 0 451 144 64
Binary 11110001 1010 11111111 101 1100000 0 0 100101001 1100100 110100

Color Harmonies of #F10AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10AFF

Black with #F10AFF

Text Example


Text Example

White with #F10AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10AFF; }

 p { color: rgb(241,10,255); }

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

background-color css

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

 a { background-color: rgb(241,10,255); }

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

border-color css

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

 span { border-color: rgb(241,10,255); }

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