Html Css Color HEX #FF06F5 Magenta

📋 copy color: '#FF06F5'

red 255 ◦ green 6 ◦ blue 245

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

Shades of Magenta #FF06F5

Tints of Magenta #FF06F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.42%

R = 50.4%
G = 1.19%
B = 48.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF06F5 (or 0xFF06F5) is known color: Magenta. HEX triplet: FF, 06 and F5. RGB value is (255,6,245). Sum of RGB (Red+Green+Blue) = 255+6+245=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 6 (2.73% from 255 or 1.19% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF06F5 is #00F90A. Grayscale: #6A6A6A. Windows color (decimal): -63755 or 16058111. OLE color: 16058111.

HSL color Cylindrical-coordinate representation of color #FF06F5: hue angle of 302.41º 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 #FF06F5 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 6 245 -
CMYK 0 0.98 0.04 0
HSL 302.41º 1% 0.51% -
HSV(B) 302.41º 0.98% 1% -
XYZ 57.79 27.98 88.74 -
YUV 107.7 205.49 233.07 -
System Red Green Blue C M Y K H S L
Decimal 255 6 245 0 0.98 0.04 0 302.41 1 0.51
Hex FF 6 F5 0 62 4 0 12E 64 33
Octal 377 6 365 0 142 4 0 456 144 63
Binary 11111111 110 11110101 0 1100010 100 0 100101110 1100100 110011

Color Harmonies of #FF06F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF06F5

Black with #FF06F5

Text Example


Text Example

White with #FF06F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF06F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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