Html Css Color HEX #F810FF Magenta

📋 copy color: '#F810FF'

red 248 ◦ green 16 ◦ blue 255

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

Shades of Magenta #F810FF

Tints of Magenta #F810FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.08%

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

R = 47.78%
G = 3.08%
B = 49.13%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F810FF (or 0xF810FF) is known color: Magenta. HEX triplet: F8, 10 and FF. RGB value is (248,16,255). Sum of RGB (Red+Green+Blue) = 248+16+255=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 16 (6.64% from 255 or 3.08% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #F810FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810FF is #07EF00. Grayscale: #6F6F6F. Windows color (decimal): -519937 or 16716024. OLE color: 16716024.

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

Color convert

RGB 248 16 255 -
CMYK 0.03 0.94 0 0
HSL 298.24º 1% 0.53% -
HSV(B) 298.24º 0.94% 1% -
XYZ 56.95 27.55 96.92 -
YUV 112.61 208.36 224.57 -
System Red Green Blue C M Y K H S L
Decimal 248 16 255 0.03 0.94 0 0 298.24 1 0.53
Hex F8 10 FF 3 5E 0 0 12A 64 35
Octal 370 20 377 3 136 0 0 452 144 65
Binary 11111000 10000 11111111 11 1011110 0 0 100101010 1100100 110101

Color Harmonies of #F810FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810FF

Black with #F810FF

Text Example


Text Example

White with #F810FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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