Html Css Color HEX #F90DF7 Magenta

📋 copy color: '#F90DF7'

red 249 ◦ green 13 ◦ blue 247

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

Shades of Magenta #F90DF7

Tints of Magenta #F90DF7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.55%

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

R = 48.92%
G = 2.55%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F90DF7 (or 0xF90DF7) is known color: Magenta. HEX triplet: F9, 0D and F7. RGB value is (249,13,247). Sum of RGB (Red+Green+Blue) = 249+13+247=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 13 (5.47% from 255 or 2.55% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90DF7 is #06F208. Grayscale: #6D6D6D. Windows color (decimal): -455177 or 16190969. OLE color: 16190969.

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

Color convert

RGB 249 13 247 -
CMYK 0 0.95 0.01 0.02
HSL 300.51º 0.95% 0.51% -
HSV(B) 300.51º 0.95% 0.98% -
XYZ 56 27.14 90.28 -
YUV 110.24 205.19 226.97 -
System Red Green Blue C M Y K H S L
Decimal 249 13 247 0 0.95 0.01 0.02 300.51 0.95 0.51
Hex F9 D F7 0 5F 1 2 12D 5F 33
Octal 371 15 367 0 137 1 2 455 137 63
Binary 11111001 1101 11110111 0 1011111 1 10 100101101 1011111 110011

Color Harmonies of #F90DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DF7

Black with #F90DF7

Text Example


Text Example

White with #F90DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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