Html Css Color HEX #F103E7 Magenta

📋 copy color: '#F103E7'

red 241 ◦ green 3 ◦ blue 231

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

Shades of Magenta #F103E7

Tints of Magenta #F103E7

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.63%

 BLUE value IS 231 (90.63% from 255) = 48.63%

R = 50.74%
G = 0.63%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F103E7 (or 0xF103E7) is known color: Magenta. HEX triplet: F1, 03 and E7. RGB value is (241,3,231). Sum of RGB (Red+Green+Blue) = 241+3+231=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F103E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F103E7 is #0EFC18. Grayscale: #636363. Windows color (decimal): -982041 or 15139825. OLE color: 15139825.

HSL color Cylindrical-coordinate representation of color #F103E7: hue angle of 302.52º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103E7 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 3 231 -
CMYK 0 0.99 0.04 0.05
HSL 302.52º 0.98% 0.48% -
HSV(B) 302.52º 0.99% 0.95% -
XYZ 50.73 24.54 77.66 -
YUV 100.15 201.85 228.46 -
System Red Green Blue C M Y K H S L
Decimal 241 3 231 0 0.99 0.04 0.05 302.52 0.98 0.48
Hex F1 3 E7 0 63 4 5 12F 62 30
Octal 361 3 347 0 143 4 5 457 142 60
Binary 11110001 11 11100111 0 1100011 100 101 100101111 1100010 110000

Color Harmonies of #F103E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F103E7

Black with #F103E7

Text Example


Text Example

White with #F103E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F103E7; }

 p { color: rgb(241,3,231); }

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

background-color css

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

 a { background-color: rgb(241,3,231); }

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

border-color css

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

 span { border-color: rgb(241,3,231); }

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