Html Css Color HEX #F102EB Magenta

📋 copy color: '#F102EB'

red 241 ◦ green 2 ◦ blue 235

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

Shades of Magenta #F102EB

Tints of Magenta #F102EB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.42%

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 50.42%
G = 0.42%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F102EB (or 0xF102EB) is known color: Magenta. HEX triplet: F1, 02 and EB. RGB value is (241,2,235). Sum of RGB (Red+Green+Blue) = 241+2+235=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 2 (1.17% from 255 or 0.42% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F102EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F102EB is #0EFD14. Grayscale: #636363. Windows color (decimal): -982293 or 15401713. OLE color: 15401713.

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

Color convert

RGB 241 2 235 -
CMYK 0 0.99 0.02 0.05
HSL 301.51º 0.98% 0.48% -
HSV(B) 301.51º 0.99% 0.95% -
XYZ 51.29 24.74 80.67 -
YUV 100.02 204.18 228.55 -
System Red Green Blue C M Y K H S L
Decimal 241 2 235 0 0.99 0.02 0.05 301.51 0.98 0.48
Hex F1 2 EB 0 63 2 5 12E 62 30
Octal 361 2 353 0 143 2 5 456 142 60
Binary 11110001 10 11101011 0 1100011 10 101 100101110 1100010 110000

Color Harmonies of #F102EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F102EB

Black with #F102EB

Text Example


Text Example

White with #F102EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F102EB; }

 p { color: rgb(241,2,235); }

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

background-color css

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

 a { background-color: rgb(241,2,235); }

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

border-color css

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

 span { border-color: rgb(241,2,235); }

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