Html Css Color HEX #F906F0 Magenta

📋 copy color: '#F906F0'

red 249 ◦ green 6 ◦ blue 240

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

Shades of Magenta #F906F0

Tints of Magenta #F906F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 50.3%
G = 1.21%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F906F0 (or 0xF906F0) is known color: Magenta. HEX triplet: F9, 06 and F0. RGB value is (249,6,240). Sum of RGB (Red+Green+Blue) = 249+6+240=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 6 (2.73% from 255 or 1.21% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F906F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F906F0 is #06F90F. Grayscale: #686868. Windows color (decimal): -456976 or 15730425. OLE color: 15730425.

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

Color convert

RGB 249 6 240 -
CMYK 0 0.98 0.04 0.02
HSL 302.22º 0.95% 0.5% -
HSV(B) 302.22º 0.98% 0.98% -
XYZ 54.86 26.56 84.67 -
YUV 105.33 204.01 230.47 -
System Red Green Blue C M Y K H S L
Decimal 249 6 240 0 0.98 0.04 0.02 302.22 0.95 0.5
Hex F9 6 F0 0 62 4 2 12E 5F 32
Octal 371 6 360 0 142 4 2 456 137 62
Binary 11111001 110 11110000 0 1100010 100 10 100101110 1011111 110010

Color Harmonies of #F906F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F906F0

Black with #F906F0

Text Example


Text Example

White with #F906F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F906F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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