Html Css Color HEX #F808F6 Magenta

📋 copy color: '#F808F6'

red 248 ◦ green 8 ◦ blue 246

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

Shades of Magenta #F808F6

Tints of Magenta #F808F6

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.59%

 BLUE value IS 246 (96.48% from 255) = 49%

R = 49.4%
G = 1.59%
B = 49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F808F6 (or 0xF808F6) is known color: Magenta. HEX triplet: F8, 08 and F6. RGB value is (248,8,246). Sum of RGB (Red+Green+Blue) = 248+8+246=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 8 (3.52% from 255 or 1.59% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F808F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F808F6 is #07F709. Grayscale: #6A6A6A. Windows color (decimal): -521994 or 16124152. OLE color: 16124152.

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

Color convert

RGB 248 8 246 -
CMYK 0 0.97 0.01 0.03
HSL 300.5º 0.94% 0.5% -
HSV(B) 300.5º 0.97% 0.97% -
XYZ 55.43 26.78 89.44 -
YUV 106.89 206.51 228.65 -
System Red Green Blue C M Y K H S L
Decimal 248 8 246 0 0.97 0.01 0.03 300.5 0.94 0.5
Hex F8 8 F6 0 61 1 3 12C 5E 32
Octal 370 10 366 0 141 1 3 454 136 62
Binary 11111000 1000 11110110 0 1100001 1 11 100101100 1011110 110010

Color Harmonies of #F808F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F808F6

Black with #F808F6

Text Example


Text Example

White with #F808F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F808F6; }

 p { color: rgb(248,8,246); }

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

background-color css

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

 a { background-color: rgb(248,8,246); }

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

border-color css

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

 span { border-color: rgb(248,8,246); }

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