Html Css Color HEX #F106F2 Magenta

📋 copy color: '#F106F2'

red 241 ◦ green 6 ◦ blue 242

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

Shades of Magenta #F106F2

Tints of Magenta #F106F2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.23%

 BLUE value IS 242 (94.92% from 255) = 49.49%

R = 49.28%
G = 1.23%
B = 49.49%

CMYK

 C value IS 0.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F106F2 (or 0xF106F2) is known color: Magenta. HEX triplet: F1, 06 and F2. RGB value is (241,6,242). Sum of RGB (Red+Green+Blue) = 241+6+242=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 6 (2.73% from 255 or 1.23% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #F106F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F106F2 is #0EF90D. Grayscale: #666666. Windows color (decimal): -981262 or 15861489. OLE color: 15861489.

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

Color convert

RGB 241 6 242 -
CMYK 0.00 0.98 0 0.05
HSL 299.75º 0.95% 0.49% -
HSV(B) 299.75º 0.98% 0.95% -
XYZ 52.37 25.24 86.12 -
YUV 103.17 206.36 226.31 -
System Red Green Blue C M Y K H S L
Decimal 241 6 242 0.00 0.98 0 0.05 299.75 0.95 0.49
Hex F1 6 F2 0 62 0 5 12C 5F 31
Octal 361 6 362 0 142 0 5 454 137 61
Binary 11110001 110 11110010 0 1100010 0 101 100101100 1011111 110001

Color Harmonies of #F106F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F106F2

Black with #F106F2

Text Example


Text Example

White with #F106F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F106F2; }

 p { color: rgb(241,6,242); }

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

background-color css

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

 a { background-color: rgb(241,6,242); }

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

border-color css

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

 span { border-color: rgb(241,6,242); }

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