Html Css Color HEX #F90EFD Magenta

📋 copy color: '#F90EFD'

red 249 ◦ green 14 ◦ blue 253

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

Shades of Magenta #F90EFD

Tints of Magenta #F90EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.71%

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 48.26%
G = 2.71%
B = 49.03%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F90EFD (or 0xF90EFD) is known color: Magenta. HEX triplet: F9, 0E and FD. RGB value is (249,14,253). Sum of RGB (Red+Green+Blue) = 249+14+253=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 14 (5.86% from 255 or 2.71% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #F90EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90EFD is #06F102. Grayscale: #6E6E6E. Windows color (decimal): -454915 or 16584441. OLE color: 16584441.

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

Color convert

RGB 249 14 253 -
CMYK 0.02 0.94 0 0.01
HSL 299º 0.98% 0.52% -
HSV(B) 299º 0.94% 0.99% -
XYZ 56.95 27.55 95.24 -
YUV 111.51 207.86 226.07 -
System Red Green Blue C M Y K H S L
Decimal 249 14 253 0.02 0.94 0 0.01 299 0.98 0.52
Hex F9 E FD 2 5E 0 1 12B 62 34
Octal 371 16 375 2 136 0 1 453 142 64
Binary 11111001 1110 11111101 10 1011110 0 1 100101011 1100010 110100

Color Harmonies of #F90EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EFD

Black with #F90EFD

Text Example


Text Example

White with #F90EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EFD; }

 p { color: rgb(249,14,253); }

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

background-color css

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

 a { background-color: rgb(249,14,253); }

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

border-color css

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

 span { border-color: rgb(249,14,253); }

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