Html Css Color HEX #F90FFD Magenta

📋 copy color: '#F90FFD'

red 249 ◦ green 15 ◦ blue 253

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

Shades of Magenta #F90FFD

Tints of Magenta #F90FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.9%

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

R = 48.16%
G = 2.9%
B = 48.94%

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

#F90FFD (or 0xF90FFD) is known color: Magenta. HEX triplet: F9, 0F and FD. RGB value is (249,15,253). Sum of RGB (Red+Green+Blue) = 249+15+253=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 15 (6.25% from 255 or 2.90% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #F90FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90FFD is #06F002. Grayscale: #6F6F6F. Windows color (decimal): -454659 or 16584697. OLE color: 16584697.

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

Color convert

RGB 249 15 253 -
CMYK 0.02 0.94 0 0.01
HSL 298.99º 0.98% 0.53% -
HSV(B) 298.99º 0.94% 0.99% -
XYZ 56.97 27.57 95.25 -
YUV 112.1 207.52 225.65 -
System Red Green Blue C M Y K H S L
Decimal 249 15 253 0.02 0.94 0 0.01 298.99 0.98 0.53
Hex F9 F FD 2 5E 0 1 12B 62 35
Octal 371 17 375 2 136 0 1 453 142 65
Binary 11111001 1111 11111101 10 1011110 0 1 100101011 1100010 110101

Color Harmonies of #F90FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FFD

Black with #F90FFD

Text Example


Text Example

White with #F90FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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