Html Css Color HEX #F81BF5 Magenta

📋 copy color: '#F81BF5'

red 248 ◦ green 27 ◦ blue 245

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

Shades of Magenta #F81BF5

Tints of Magenta #F81BF5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.19%

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

R = 47.69%
G = 5.19%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F81BF5 (or 0xF81BF5) is known color: Magenta. HEX triplet: F8, 1B and F5. RGB value is (248,27,245). Sum of RGB (Red+Green+Blue) = 248+27+245=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 27 (10.94% from 255 or 5.19% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81BF5 is #07E40A. Grayscale: #757575. Windows color (decimal): -517131 or 16063480. OLE color: 16063480.

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

Color convert

RGB 248 27 245 -
CMYK 0 0.89 0.01 0.03
HSL 300.81º 0.94% 0.54% -
HSV(B) 300.81º 0.89% 0.97% -
XYZ 55.58 27.33 88.73 -
YUV 117.93 199.72 220.77 -
System Red Green Blue C M Y K H S L
Decimal 248 27 245 0 0.89 0.01 0.03 300.81 0.94 0.54
Hex F8 1B F5 0 59 1 3 12D 5E 36
Octal 370 33 365 0 131 1 3 455 136 66
Binary 11111000 11011 11110101 0 1011001 1 11 100101101 1011110 110110

Color Harmonies of #F81BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81BF5

Black with #F81BF5

Text Example


Text Example

White with #F81BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81BF5; }

 p { color: rgb(248,27,245); }

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

background-color css

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

 a { background-color: rgb(248,27,245); }

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

border-color css

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

 span { border-color: rgb(248,27,245); }

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