Html Css Color HEX #FF06F1 Magenta

📋 copy color: '#FF06F1'

red 255 ◦ green 6 ◦ blue 241

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

Shades of Magenta #FF06F1

Tints of Magenta #FF06F1

RGB

 RED value IS 255 (100% from 255) = 50.8%

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

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 50.8%
G = 1.2%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF06F1 (or 0xFF06F1) is known color: Magenta. HEX triplet: FF, 06 and F1. RGB value is (255,6,241). Sum of RGB (Red+Green+Blue) = 255+6+241=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 6 (2.73% from 255 or 1.20% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06F1 is #00F90E. Grayscale: #6A6A6A. Windows color (decimal): -63759 or 15795967. OLE color: 15795967.

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

Color convert

RGB 255 6 241 -
CMYK 0 0.98 0.05 0
HSL 303.37º 1% 0.51% -
HSV(B) 303.37º 0.98% 1% -
XYZ 57.18 27.74 85.56 -
YUV 107.24 203.49 233.39 -
System Red Green Blue C M Y K H S L
Decimal 255 6 241 0 0.98 0.05 0 303.37 1 0.51
Hex FF 6 F1 0 62 5 0 12F 64 33
Octal 377 6 361 0 142 5 0 457 144 63
Binary 11111111 110 11110001 0 1100010 101 0 100101111 1100100 110011

Color Harmonies of #FF06F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06F1

Black with #FF06F1

Text Example


Text Example

White with #FF06F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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