Html Css Color HEX #F809FE Magenta

📋 copy color: '#F809FE'

red 248 ◦ green 9 ◦ blue 254

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

Shades of Magenta #F809FE

Tints of Magenta #F809FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.76%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 48.53%
G = 1.76%
B = 49.71%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F809FE (or 0xF809FE) is known color: Magenta. HEX triplet: F8, 09 and FE. RGB value is (248,9,254). Sum of RGB (Red+Green+Blue) = 248+9+254=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 9 (3.91% from 255 or 1.76% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #F809FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F809FE is #07F601. Grayscale: #6B6B6B. Windows color (decimal): -521730 or 16648696. OLE color: 16648696.

HSL color Cylindrical-coordinate representation of color #F809FE: hue angle of 298.53º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F809FE is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 9 254 -
CMYK 0.02 0.96 0 0.00
HSL 298.53º 0.99% 0.52% -
HSV(B) 298.53º 0.96% 1% -
XYZ 56.7 27.31 96.05 -
YUV 108.39 210.18 227.58 -
System Red Green Blue C M Y K H S L
Decimal 248 9 254 0.02 0.96 0 0.00 298.53 0.99 0.52
Hex F8 9 FE 2 60 0 0 12B 63 34
Octal 370 11 376 2 140 0 0 453 143 64
Binary 11111000 1001 11111110 10 1100000 0 0 100101011 1100011 110100

Color Harmonies of #F809FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F809FE

Black with #F809FE

Text Example


Text Example

White with #F809FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F809FE; }

 p { color: rgb(248,9,254); }

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

background-color css

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

 a { background-color: rgb(248,9,254); }

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

border-color css

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

 span { border-color: rgb(248,9,254); }

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