Html Css Color HEX #FF05F6 Magenta

📋 copy color: '#FF05F6'

red 255 ◦ green 5 ◦ blue 246

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

Shades of Magenta #FF05F6

Tints of Magenta #FF05F6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 0.99%

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

R = 50.4%
G = 0.99%
B = 48.62%

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

#FF05F6 (or 0xFF05F6) is known color: Magenta. HEX triplet: FF, 05 and F6. RGB value is (255,5,246). Sum of RGB (Red+Green+Blue) = 255+5+246=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 5 (2.34% from 255 or 0.99% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF05F6 is #00FA09. Grayscale: #6A6A6A. Windows color (decimal): -64010 or 16123391. OLE color: 16123391.

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

Color convert

RGB 255 5 246 -
CMYK 0 0.98 0.04 0
HSL 302.16º 1% 0.51% -
HSV(B) 302.16º 0.98% 1% -
XYZ 57.93 28.02 89.54 -
YUV 107.22 206.33 233.4 -
System Red Green Blue C M Y K H S L
Decimal 255 5 246 0 0.98 0.04 0 302.16 1 0.51
Hex FF 5 F6 0 62 4 0 12E 64 33
Octal 377 5 366 0 142 4 0 456 144 63
Binary 11111111 101 11110110 0 1100010 100 0 100101110 1100100 110011

Color Harmonies of #FF05F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF05F6

Black with #FF05F6

Text Example


Text Example

White with #FF05F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF05F6; }

 p { color: rgb(255,5,246); }

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

background-color css

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

 a { background-color: rgb(255,5,246); }

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

border-color css

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

 span { border-color: rgb(255,5,246); }

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