Html Css Color HEX #F818FF Magenta

📋 copy color: '#F818FF'

red 248 ◦ green 24 ◦ blue 255

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

Shades of Magenta #F818FF

Tints of Magenta #F818FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.55%

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

R = 47.06%
G = 4.55%
B = 48.39%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F818FF (or 0xF818FF) is known color: Magenta. HEX triplet: F8, 18 and FF. RGB value is (248,24,255). Sum of RGB (Red+Green+Blue) = 248+24+255=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 24 (9.77% from 255 or 4.55% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #F818FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F818FF is #07E700. Grayscale: #747474. Windows color (decimal): -517889 or 16718072. OLE color: 16718072.

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

Color convert

RGB 248 24 255 -
CMYK 0.03 0.91 0 0
HSL 298.18º 1% 0.55% -
HSV(B) 298.18º 0.91% 1% -
XYZ 57.09 27.83 96.97 -
YUV 117.31 205.71 221.22 -
System Red Green Blue C M Y K H S L
Decimal 248 24 255 0.03 0.91 0 0 298.18 1 0.55
Hex F8 18 FF 3 5B 0 0 12A 64 37
Octal 370 30 377 3 133 0 0 452 144 67
Binary 11111000 11000 11111111 11 1011011 0 0 100101010 1100100 110111

Color Harmonies of #F818FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F818FF

Black with #F818FF

Text Example


Text Example

White with #F818FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F818FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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