Html Css Color HEX #F609FA Magenta

📋 copy color: '#F609FA'

red 246 ◦ green 9 ◦ blue 250

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

Shades of Magenta #F609FA

Tints of Magenta #F609FA

RGB

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

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

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

R = 48.71%
G = 1.78%
B = 49.5%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F609FA (or 0xF609FA) is known color: Magenta. HEX triplet: F6, 09 and FA. RGB value is (246,9,250). Sum of RGB (Red+Green+Blue) = 246+9+250=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 9 (3.91% from 255 or 1.78% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #F609FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F609FA is #09F605. Grayscale: #6A6A6A. Windows color (decimal): -652806 or 16386550. OLE color: 16386550.

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

Color convert

RGB 246 9 250 -
CMYK 0.02 0.96 0 0.02
HSL 299º 0.96% 0.51% -
HSV(B) 299º 0.96% 0.98% -
XYZ 55.36 26.69 92.68 -
YUV 107.34 208.52 226.9 -
System Red Green Blue C M Y K H S L
Decimal 246 9 250 0.02 0.96 0 0.02 299 0.96 0.51
Hex F6 9 FA 2 60 0 2 12B 60 33
Octal 366 11 372 2 140 0 2 453 140 63
Binary 11110110 1001 11111010 10 1100000 0 10 100101011 1100000 110011

Color Harmonies of #F609FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F609FA

Black with #F609FA

Text Example


Text Example

White with #F609FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F609FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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