Html Css Color HEX #F81DFB Magenta

📋 copy color: '#F81DFB'

red 248 ◦ green 29 ◦ blue 251

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

Shades of Magenta #F81DFB

Tints of Magenta #F81DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 46.97%
G = 5.49%
B = 47.54%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F81DFB (or 0xF81DFB) is known color: Magenta. HEX triplet: F8, 1D and FB. RGB value is (248,29,251). Sum of RGB (Red+Green+Blue) = 248+29+251=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 29 (11.72% from 255 or 5.49% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #F81DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81DFB is #07E204. Grayscale: #777777. Windows color (decimal): -516613 or 16457208. OLE color: 16457208.

HSL color Cylindrical-coordinate representation of color #F81DFB: hue angle of 299.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81DFB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 29 251 -
CMYK 0.01 0.88 0 0.02
HSL 299.19º 0.97% 0.55% -
HSV(B) 299.19º 0.88% 0.98% -
XYZ 56.56 27.8 93.65 -
YUV 119.79 202.05 219.45 -
System Red Green Blue C M Y K H S L
Decimal 248 29 251 0.01 0.88 0 0.02 299.19 0.97 0.55
Hex F8 1D FB 1 58 0 2 12B 61 37
Octal 370 35 373 1 130 0 2 453 141 67
Binary 11111000 11101 11111011 1 1011000 0 10 100101011 1100001 110111

Color Harmonies of #F81DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81DFB

Black with #F81DFB

Text Example


Text Example

White with #F81DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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