Html Css Color HEX #F908F0 Magenta

📋 copy color: '#F908F0'

red 249 ◦ green 8 ◦ blue 240

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

Shades of Magenta #F908F0

Tints of Magenta #F908F0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.61%

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

R = 50.1%
G = 1.61%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F908F0 (or 0xF908F0) is known color: Magenta. HEX triplet: F9, 08 and F0. RGB value is (249,8,240). Sum of RGB (Red+Green+Blue) = 249+8+240=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 8 (3.52% from 255 or 1.61% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F908F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F908F0 is #06F70F. Grayscale: #696969. Windows color (decimal): -456464 or 15730937. OLE color: 15730937.

HSL color Cylindrical-coordinate representation of color #F908F0: hue angle of 302.24º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908F0 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 8 240 -
CMYK 0 0.97 0.04 0.02
HSL 302.24º 0.95% 0.5% -
HSV(B) 302.24º 0.97% 0.98% -
XYZ 54.88 26.6 84.68 -
YUV 106.51 203.34 229.64 -
System Red Green Blue C M Y K H S L
Decimal 249 8 240 0 0.97 0.04 0.02 302.24 0.95 0.5
Hex F9 8 F0 0 61 4 2 12E 5F 32
Octal 371 10 360 0 141 4 2 456 137 62
Binary 11111001 1000 11110000 0 1100001 100 10 100101110 1011111 110010

Color Harmonies of #F908F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F908F0

Black with #F908F0

Text Example


Text Example

White with #F908F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F908F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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