Html Css Color HEX #FF08F8 Magenta

📋 copy color: '#FF08F8'

red 255 ◦ green 8 ◦ blue 248

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

Shades of Magenta #FF08F8

Tints of Magenta #FF08F8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.57%

 BLUE value IS 248 (97.27% from 255) = 48.53%

R = 49.9%
G = 1.57%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF08F8 (or 0xFF08F8) is known color: Magenta. HEX triplet: FF, 08 and F8. RGB value is (255,8,248). Sum of RGB (Red+Green+Blue) = 255+8+248=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 8 (3.52% from 255 or 1.57% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF08F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF08F8 is #00F707. Grayscale: #6C6C6C. Windows color (decimal): -63240 or 16255231. OLE color: 16255231.

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

Color convert

RGB 255 8 248 -
CMYK 0 0.97 0.03 0
HSL 301.7º 1% 0.52% -
HSV(B) 301.7º 0.97% 1% -
XYZ 58.27 28.21 91.18 -
YUV 109.21 206.33 231.99 -
System Red Green Blue C M Y K H S L
Decimal 255 8 248 0 0.97 0.03 0 301.7 1 0.52
Hex FF 8 F8 0 61 3 0 12E 64 34
Octal 377 10 370 0 141 3 0 456 144 64
Binary 11111111 1000 11111000 0 1100001 11 0 100101110 1100100 110100

Color Harmonies of #FF08F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF08F8

Black with #FF08F8

Text Example


Text Example

White with #FF08F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF08F8; }

 p { color: rgb(255,8,248); }

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

background-color css

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

 a { background-color: rgb(255,8,248); }

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

border-color css

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

 span { border-color: rgb(255,8,248); }

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