Html Css Color HEX #F81CFF Magenta

📋 copy color: '#F81CFF'

red 248 ◦ green 28 ◦ blue 255

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

Shades of Magenta #F81CFF

Tints of Magenta #F81CFF

RGB

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

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

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

R = 46.7%
G = 5.27%
B = 48.02%

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

#F81CFF (or 0xF81CFF) is known color: Magenta. HEX triplet: F8, 1C and FF. RGB value is (248,28,255). Sum of RGB (Red+Green+Blue) = 248+28+255=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 28 (11.33% from 255 or 5.27% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #F81CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CFF is #07E300. Grayscale: #767676. Windows color (decimal): -516865 or 16719096. OLE color: 16719096.

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

Color convert

RGB 248 28 255 -
CMYK 0.03 0.89 0 0
HSL 298.15º 1% 0.55% -
HSV(B) 298.15º 0.89% 1% -
XYZ 57.18 28.01 97 -
YUV 119.66 204.39 219.54 -
System Red Green Blue C M Y K H S L
Decimal 248 28 255 0.03 0.89 0 0 298.15 1 0.55
Hex F8 1C FF 3 59 0 0 12A 64 37
Octal 370 34 377 3 131 0 0 452 144 67
Binary 11111000 11100 11111111 11 1011001 0 0 100101010 1100100 110111

Color Harmonies of #F81CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CFF

Black with #F81CFF

Text Example


Text Example

White with #F81CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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