Html Css Color HEX #F90DEE Magenta

📋 copy color: '#F90DEE'

red 249 ◦ green 13 ◦ blue 238

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

Shades of Magenta #F90DEE

Tints of Magenta #F90DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 49.8%
G = 2.6%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F90DEE (or 0xF90DEE) is known color: Magenta. HEX triplet: F9, 0D and EE. RGB value is (249,13,238). Sum of RGB (Red+Green+Blue) = 249+13+238=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 13 (5.47% from 255 or 2.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90DEE is #06F211. Grayscale: #6C6C6C. Windows color (decimal): -455186 or 15601145. OLE color: 15601145.

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

Color convert

RGB 249 13 238 -
CMYK 0 0.95 0.04 0.02
HSL 302.8º 0.95% 0.51% -
HSV(B) 302.8º 0.95% 0.98% -
XYZ 54.64 26.6 83.14 -
YUV 109.21 200.69 227.7 -
System Red Green Blue C M Y K H S L
Decimal 249 13 238 0 0.95 0.04 0.02 302.8 0.95 0.51
Hex F9 D EE 0 5F 4 2 12F 5F 33
Octal 371 15 356 0 137 4 2 457 137 63
Binary 11111001 1101 11101110 0 1011111 100 10 100101111 1011111 110011

Color Harmonies of #F90DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DEE

Black with #F90DEE

Text Example


Text Example

White with #F90DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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