Html Css Color HEX #F90DFC Magenta

📋 copy color: '#F90DFC'

red 249 ◦ green 13 ◦ blue 252

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

Shades of Magenta #F90DFC

Tints of Magenta #F90DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 48.44%
G = 2.53%
B = 49.03%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F90DFC (or 0xF90DFC) is known color: Magenta. HEX triplet: F9, 0D and FC. RGB value is (249,13,252). Sum of RGB (Red+Green+Blue) = 249+13+252=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 13 (5.47% from 255 or 2.53% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #F90DFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90DFC is #06F203. Grayscale: #6E6E6E. Windows color (decimal): -455172 or 16518649. OLE color: 16518649.

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

Color convert

RGB 249 13 252 -
CMYK 0.01 0.95 0 0.01
HSL 299.25º 0.98% 0.52% -
HSV(B) 299.25º 0.95% 0.99% -
XYZ 56.78 27.46 94.4 -
YUV 110.81 207.69 226.57 -
System Red Green Blue C M Y K H S L
Decimal 249 13 252 0.01 0.95 0 0.01 299.25 0.98 0.52
Hex F9 D FC 1 5F 0 1 12B 62 34
Octal 371 15 374 1 137 0 1 453 142 64
Binary 11111001 1101 11111100 1 1011111 0 1 100101011 1100010 110100

Color Harmonies of #F90DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DFC

Black with #F90DFC

Text Example


Text Example

White with #F90DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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