Html Css Color HEX #F81CF5 Magenta

📋 copy color: '#F81CF5'

red 248 ◦ green 28 ◦ blue 245

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

Shades of Magenta #F81CF5

Tints of Magenta #F81CF5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.37%

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

R = 47.6%
G = 5.37%
B = 47.02%

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

#F81CF5 (or 0xF81CF5) is known color: Magenta. HEX triplet: F8, 1C and F5. RGB value is (248,28,245). Sum of RGB (Red+Green+Blue) = 248+28+245=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 28 (11.33% from 255 or 5.37% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CF5 is #07E30A. Grayscale: #757575. Windows color (decimal): -516875 or 16063736. OLE color: 16063736.

HSL color Cylindrical-coordinate representation of color #F81CF5: hue angle of 300.82º 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 #F81CF5 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 28 245 -
CMYK 0 0.89 0.01 0.03
HSL 300.82º 0.94% 0.54% -
HSV(B) 300.82º 0.89% 0.97% -
XYZ 55.61 27.38 88.74 -
YUV 118.52 199.39 220.36 -
System Red Green Blue C M Y K H S L
Decimal 248 28 245 0 0.89 0.01 0.03 300.82 0.94 0.54
Hex F8 1C F5 0 59 1 3 12D 5E 36
Octal 370 34 365 0 131 1 3 455 136 66
Binary 11111000 11100 11110101 0 1011001 1 11 100101101 1011110 110110

Color Harmonies of #F81CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CF5

Black with #F81CF5

Text Example


Text Example

White with #F81CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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