Html Css Color HEX #F806FA Magenta

📋 copy color: '#F806FA'

red 248 ◦ green 6 ◦ blue 250

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

Shades of Magenta #F806FA

Tints of Magenta #F806FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.19%

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 49.21%
G = 1.19%
B = 49.6%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F806FA (or 0xF806FA) is known color: Magenta. HEX triplet: F8, 06 and FA. RGB value is (248,6,250). Sum of RGB (Red+Green+Blue) = 248+6+250=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 6 (2.73% from 255 or 1.19% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #F806FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F806FA is #07F905. Grayscale: #696969. Windows color (decimal): -522502 or 16385784. OLE color: 16385784.

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

Color convert

RGB 248 6 250 -
CMYK 0.01 0.98 0 0.02
HSL 299.51º 0.96% 0.5% -
HSV(B) 299.51º 0.98% 0.98% -
XYZ 56.03 26.99 92.7 -
YUV 106.17 209.17 229.16 -
System Red Green Blue C M Y K H S L
Decimal 248 6 250 0.01 0.98 0 0.02 299.51 0.96 0.5
Hex F8 6 FA 1 62 0 2 12C 60 32
Octal 370 6 372 1 142 0 2 454 140 62
Binary 11111000 110 11111010 1 1100010 0 10 100101100 1100000 110010

Color Harmonies of #F806FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F806FA

Black with #F806FA

Text Example


Text Example

White with #F806FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F806FA; }

 p { color: rgb(248,6,250); }

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

background-color css

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

 a { background-color: rgb(248,6,250); }

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

border-color css

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

 span { border-color: rgb(248,6,250); }

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