Html Css Color HEX #F81DFF Magenta

📋 copy color: '#F81DFF'

red 248 ◦ green 29 ◦ blue 255

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

Shades of Magenta #F81DFF

Tints of Magenta #F81DFF

RGB

 RED value IS 248 (97.27% from 255) = 46.62%

 GREEN value IS 29 (11.72% from 255) = 5.45%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 46.62%
G = 5.45%
B = 47.93%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F81DFF (or 0xF81DFF) is known color: Magenta. HEX triplet: F8, 1D and FF. RGB value is (248,29,255). Sum of RGB (Red+Green+Blue) = 248+29+255=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 29 (11.72% from 255 or 5.45% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #F81DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81DFF is #07E200. Grayscale: #777777. Windows color (decimal): -516609 or 16719352. OLE color: 16719352.

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

Color convert

RGB 248 29 255 -
CMYK 0.03 0.89 0 0
HSL 298.14º 1% 0.56% -
HSV(B) 298.14º 0.89% 1% -
XYZ 57.2 28.06 97.01 -
YUV 120.25 204.05 219.12 -
System Red Green Blue C M Y K H S L
Decimal 248 29 255 0.03 0.89 0 0 298.14 1 0.56
Hex F8 1D FF 3 59 0 0 12A 64 38
Octal 370 35 377 3 131 0 0 452 144 70
Binary 11111000 11101 11111111 11 1011001 0 0 100101010 1100100 111000

Color Harmonies of #F81DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81DFF

Black with #F81DFF

Text Example


Text Example

White with #F81DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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