Html Css Color HEX #F807FF Magenta

📋 copy color: '#F807FF'

red 248 ◦ green 7 ◦ blue 255

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

Shades of Magenta #F807FF

Tints of Magenta #F807FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.37%

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

R = 48.63%
G = 1.37%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F807FF (or 0xF807FF) is known color: Magenta. HEX triplet: F8, 07 and FF. RGB value is (248,7,255). Sum of RGB (Red+Green+Blue) = 248+7+255=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 7 (3.12% from 255 or 1.37% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #F807FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807FF is #07F800. Grayscale: #6A6A6A. Windows color (decimal): -522241 or 16713720. OLE color: 16713720.

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

Color convert

RGB 248 7 255 -
CMYK 0.03 0.97 0 0
HSL 298.31º 1% 0.51% -
HSV(B) 298.31º 0.97% 1% -
XYZ 56.84 27.33 96.89 -
YUV 107.33 211.34 228.33 -
System Red Green Blue C M Y K H S L
Decimal 248 7 255 0.03 0.97 0 0 298.31 1 0.51
Hex F8 7 FF 3 61 0 0 12A 64 33
Octal 370 7 377 3 141 0 0 452 144 63
Binary 11111000 111 11111111 11 1100001 0 0 100101010 1100100 110011

Color Harmonies of #F807FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807FF

Black with #F807FF

Text Example


Text Example

White with #F807FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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