Html Css Color HEX #F906F7 Magenta

📋 copy color: '#F906F7'

red 249 ◦ green 6 ◦ blue 247

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

Shades of Magenta #F906F7

Tints of Magenta #F906F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 49.6%
G = 1.2%
B = 49.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F906F7 (or 0xF906F7) is known color: Magenta. HEX triplet: F9, 06 and F7. RGB value is (249,6,247). Sum of RGB (Red+Green+Blue) = 249+6+247=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 6 (2.73% from 255 or 1.20% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F906F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F906F7 is #06F908. Grayscale: #696969. Windows color (decimal): -456969 or 16189177. OLE color: 16189177.

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

Color convert

RGB 249 6 247 -
CMYK 0 0.98 0.01 0.02
HSL 300.49º 0.95% 0.5% -
HSV(B) 300.49º 0.98% 0.98% -
XYZ 55.92 26.99 90.26 -
YUV 106.13 207.51 229.9 -
System Red Green Blue C M Y K H S L
Decimal 249 6 247 0 0.98 0.01 0.02 300.49 0.95 0.5
Hex F9 6 F7 0 62 1 2 12C 5F 32
Octal 371 6 367 0 142 1 2 454 137 62
Binary 11111001 110 11110111 0 1100010 1 10 100101100 1011111 110010

Color Harmonies of #F906F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F906F7

Black with #F906F7

Text Example


Text Example

White with #F906F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F906F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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