Html Css Color HEX #F906F9 Magenta

📋 copy color: '#F906F9'

red 249 ◦ green 6 ◦ blue 249

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

Shades of Magenta #F906F9

Tints of Magenta #F906F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 49.4%
G = 1.19%
B = 49.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F906F9 (or 0xF906F9) is known color: Magenta. HEX triplet: F9, 06 and F9. RGB value is (249,6,249). Sum of RGB (Red+Green+Blue) = 249+6+249=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 6 (2.73% from 255 or 1.19% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F906F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F906F9 is #06F906. Grayscale: #696969. Windows color (decimal): -456967 or 16320249. OLE color: 16320249.

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

Color convert

RGB 249 6 249 -
CMYK 0 0.98 0 0.02
HSL 300º 0.95% 0.5% -
HSV(B) 300º 0.98% 0.98% -
XYZ 56.23 27.11 91.89 -
YUV 106.36 208.51 229.74 -
System Red Green Blue C M Y K H S L
Decimal 249 6 249 0 0.98 0 0.02 300 0.95 0.5
Hex F9 6 F9 0 62 0 2 12C 5F 32
Octal 371 6 371 0 142 0 2 454 137 62
Binary 11111001 110 11111001 0 1100010 0 10 100101100 1011111 110010

Color Harmonies of #F906F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F906F9

Black with #F906F9

Text Example


Text Example

White with #F906F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F906F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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