Html Css Color HEX #F906E6 Magenta

📋 copy color: '#F906E6'

red 249 ◦ green 6 ◦ blue 230

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

Shades of Magenta #F906E6

Tints of Magenta #F906E6

RGB

 RED value IS 249 (97.66% from 255) = 51.34%

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

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 51.34%
G = 1.24%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F906E6 (or 0xF906E6) is known color: Magenta. HEX triplet: F9, 06 and E6. RGB value is (249,6,230). Sum of RGB (Red+Green+Blue) = 249+6+230=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 6 (2.73% from 255 or 1.24% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F906E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F906E6 is #06F919. Grayscale: #676767. Windows color (decimal): -456986 or 15075065. OLE color: 15075065.

HSL color Cylindrical-coordinate representation of color #F906E6: hue angle of 304.69º degrees, saturation: 0.95, 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 #F906E6 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 6 230 -
CMYK 0 0.98 0.08 0.02
HSL 304.69º 0.95% 0.5% -
HSV(B) 304.69º 0.98% 0.98% -
XYZ 53.41 25.98 77.06 -
YUV 104.19 199.01 231.29 -
System Red Green Blue C M Y K H S L
Decimal 249 6 230 0 0.98 0.08 0.02 304.69 0.95 0.5
Hex F9 6 E6 0 62 8 2 131 5F 32
Octal 371 6 346 0 142 10 2 461 137 62
Binary 11111001 110 11100110 0 1100010 1000 10 100110001 1011111 110010

Color Harmonies of #F906E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F906E6

Black with #F906E6

Text Example


Text Example

White with #F906E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F906E6; }

 p { color: rgb(249,6,230); }

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

background-color css

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

 a { background-color: rgb(249,6,230); }

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

border-color css

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

 span { border-color: rgb(249,6,230); }

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