Html Css Color HEX #F90CFE Magenta

📋 copy color: '#F90CFE'

red 249 ◦ green 12 ◦ blue 254

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

Shades of Magenta #F90CFE

Tints of Magenta #F90CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.33%

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 48.35%
G = 2.33%
B = 49.32%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F90CFE (or 0xF90CFE) is known color: Magenta. HEX triplet: F9, 0C and FE. RGB value is (249,12,254). Sum of RGB (Red+Green+Blue) = 249+12+254=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 12 (5.08% from 255 or 2.33% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #F90CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CFE is #06F301. Grayscale: #6D6D6D. Windows color (decimal): -455426 or 16649465. OLE color: 16649465.

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

Color convert

RGB 249 12 254 -
CMYK 0.02 0.95 0 0.00
HSL 298.76º 0.99% 0.52% -
HSV(B) 298.76º 0.95% 1% -
XYZ 57.09 27.56 96.08 -
YUV 110.45 209.02 226.82 -
System Red Green Blue C M Y K H S L
Decimal 249 12 254 0.02 0.95 0 0.00 298.76 0.99 0.52
Hex F9 C FE 2 5F 0 0 12B 63 34
Octal 371 14 376 2 137 0 0 453 143 64
Binary 11111001 1100 11111110 10 1011111 0 0 100101011 1100011 110100

Color Harmonies of #F90CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CFE

Black with #F90CFE

Text Example


Text Example

White with #F90CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CFE; }

 p { color: rgb(249,12,254); }

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

background-color css

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

 a { background-color: rgb(249,12,254); }

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

border-color css

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

 span { border-color: rgb(249,12,254); }

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