Html Css Color HEX #F102F6 Magenta

📋 copy color: '#F102F6'

red 241 ◦ green 2 ◦ blue 246

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

Shades of Magenta #F102F6

Tints of Magenta #F102F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.31%

R = 49.28%
G = 0.41%
B = 50.31%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F102F6 (or 0xF102F6) is known color: Magenta. HEX triplet: F1, 02 and F6. RGB value is (241,2,246). Sum of RGB (Red+Green+Blue) = 241+2+246=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 2 (1.17% from 255 or 0.41% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #F102F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F102F6 is #0EFD09. Grayscale: #646464. Windows color (decimal): -982282 or 16122609. OLE color: 16122609.

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

Color convert

RGB 241 2 246 -
CMYK 0.02 0.99 0 0.04
HSL 298.77º 0.98% 0.49% -
HSV(B) 298.77º 0.99% 0.96% -
XYZ 52.93 25.4 89.3 -
YUV 101.28 209.68 227.66 -
System Red Green Blue C M Y K H S L
Decimal 241 2 246 0.02 0.99 0 0.04 298.77 0.98 0.49
Hex F1 2 F6 2 63 0 4 12B 62 31
Octal 361 2 366 2 143 0 4 453 142 61
Binary 11110001 10 11110110 10 1100011 0 100 100101011 1100010 110001

Color Harmonies of #F102F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F102F6

Black with #F102F6

Text Example


Text Example

White with #F102F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F102F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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