Html Css Color HEX #F906FA Magenta

📋 copy color: '#F906FA'

red 249 ◦ green 6 ◦ blue 250

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

Shades of Magenta #F906FA

Tints of Magenta #F906FA

RGB

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

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

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

R = 49.31%
G = 1.19%
B = 49.5%

CMYK

 C value IS 0.00

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F906FA (or 0xF906FA) is known color: Magenta. HEX triplet: F9, 06 and FA. RGB value is (249,6,250). Sum of RGB (Red+Green+Blue) = 249+6+250=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 6 (2.73% from 255 or 1.19% 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 #F906FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F906FA is #06F905. Grayscale: #696969. Windows color (decimal): -456966 or 16385785. OLE color: 16385785.

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

Color convert

RGB 249 6 250 -
CMYK 0.00 0.98 0 0.02
HSL 299.75º 0.96% 0.5% -
HSV(B) 299.75º 0.98% 0.98% -
XYZ 56.39 27.17 92.72 -
YUV 106.47 209.01 229.66 -
System Red Green Blue C M Y K H S L
Decimal 249 6 250 0.00 0.98 0 0.02 299.75 0.96 0.5
Hex F9 6 FA 0 62 0 2 12C 60 32
Octal 371 6 372 0 142 0 2 454 140 62
Binary 11111001 110 11111010 0 1100010 0 10 100101100 1100000 110010

Color Harmonies of #F906FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F906FA

Black with #F906FA

Text Example


Text Example

White with #F906FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F906FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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