Html Css Color HEX #F90DE7 Magenta

📋 copy color: '#F90DE7'

red 249 ◦ green 13 ◦ blue 231

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

Shades of Magenta #F90DE7

Tints of Magenta #F90DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.86%

R = 50.51%
G = 2.64%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F90DE7 (or 0xF90DE7) is known color: Magenta. HEX triplet: F9, 0D and E7. RGB value is (249,13,231). Sum of RGB (Red+Green+Blue) = 249+13+231=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 13 (5.47% from 255 or 2.64% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90DE7 is #06F218. Grayscale: #6B6B6B. Windows color (decimal): -455193 or 15142393. OLE color: 15142393.

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

Color convert

RGB 249 13 231 -
CMYK 0 0.95 0.07 0.02
HSL 304.58º 0.95% 0.51% -
HSV(B) 304.58º 0.95% 0.98% -
XYZ 53.63 26.2 77.83 -
YUV 108.42 197.19 228.27 -
System Red Green Blue C M Y K H S L
Decimal 249 13 231 0 0.95 0.07 0.02 304.58 0.95 0.51
Hex F9 D E7 0 5F 7 2 131 5F 33
Octal 371 15 347 0 137 7 2 461 137 63
Binary 11111001 1101 11100111 0 1011111 111 10 100110001 1011111 110011

Color Harmonies of #F90DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DE7

Black with #F90DE7

Text Example


Text Example

White with #F90DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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