Html Css Color HEX #F90DF2 Magenta

📋 copy color: '#F90DF2'

red 249 ◦ green 13 ◦ blue 242

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

Shades of Magenta #F90DF2

Tints of Magenta #F90DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.02%

R = 49.4%
G = 2.58%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F90DF2 (or 0xF90DF2) is known color: Magenta. HEX triplet: F9, 0D and F2. RGB value is (249,13,242). Sum of RGB (Red+Green+Blue) = 249+13+242=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90DF2 is #06F20D. Grayscale: #6C6C6C. Windows color (decimal): -455182 or 15863289. OLE color: 15863289.

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

Color convert

RGB 249 13 242 -
CMYK 0 0.95 0.03 0.02
HSL 301.78º 0.95% 0.51% -
HSV(B) 301.78º 0.95% 0.98% -
XYZ 55.24 26.84 86.27 -
YUV 109.67 202.69 227.38 -
System Red Green Blue C M Y K H S L
Decimal 249 13 242 0 0.95 0.03 0.02 301.78 0.95 0.51
Hex F9 D F2 0 5F 3 2 12E 5F 33
Octal 371 15 362 0 137 3 2 456 137 63
Binary 11111001 1101 11110010 0 1011111 11 10 100101110 1011111 110011

Color Harmonies of #F90DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DF2

Black with #F90DF2

Text Example


Text Example

White with #F90DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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