Html Css Color HEX #F609FE Magenta

📋 copy color: '#F609FE'

red 246 ◦ green 9 ◦ blue 254

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

Shades of Magenta #F609FE

Tints of Magenta #F609FE

RGB

 RED value IS 246 (96.48% from 255) = 48.33%

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

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

R = 48.33%
G = 1.77%
B = 49.9%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F609FE (or 0xF609FE) is known color: Magenta. HEX triplet: F6, 09 and FE. RGB value is (246,9,254). Sum of RGB (Red+Green+Blue) = 246+9+254=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 9 (3.91% from 255 or 1.77% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #F609FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F609FE is #09F601. Grayscale: #6B6B6B. Windows color (decimal): -652802 or 16648694. OLE color: 16648694.

HSL color Cylindrical-coordinate representation of color #F609FE: hue angle of 298.04º 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 #F609FE is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 9 254 -
CMYK 0.03 0.96 0 0.00
HSL 298.04º 0.99% 0.52% -
HSV(B) 298.04º 0.96% 1% -
XYZ 55.99 26.94 96.02 -
YUV 107.79 210.52 226.58 -
System Red Green Blue C M Y K H S L
Decimal 246 9 254 0.03 0.96 0 0.00 298.04 0.99 0.52
Hex F6 9 FE 3 60 0 0 12A 63 34
Octal 366 11 376 3 140 0 0 452 143 64
Binary 11110110 1001 11111110 11 1100000 0 0 100101010 1100011 110100

Color Harmonies of #F609FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F609FE

Black with #F609FE

Text Example


Text Example

White with #F609FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F609FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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