Html Css Color HEX #F909FE Magenta

📋 copy color: '#F909FE'

red 249 ◦ green 9 ◦ blue 254

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

Shades of Magenta #F909FE

Tints of Magenta #F909FE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.76%

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

R = 48.63%
G = 1.76%
B = 49.61%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F909FE (or 0xF909FE) is known color: Magenta. HEX triplet: F9, 09 and FE. RGB value is (249,9,254). Sum of RGB (Red+Green+Blue) = 249+9+254=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 9 (3.91% from 255 or 1.76% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #F909FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F909FE is #06F601. Grayscale: #6B6B6B. Windows color (decimal): -456194 or 16648697. OLE color: 16648697.

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

Color convert

RGB 249 9 254 -
CMYK 0.02 0.96 0 0.00
HSL 298.78º 0.99% 0.52% -
HSV(B) 298.78º 0.96% 1% -
XYZ 57.05 27.49 96.07 -
YUV 108.69 210.01 228.08 -
System Red Green Blue C M Y K H S L
Decimal 249 9 254 0.02 0.96 0 0.00 298.78 0.99 0.52
Hex F9 9 FE 2 60 0 0 12B 63 34
Octal 371 11 376 2 140 0 0 453 143 64
Binary 11111001 1001 11111110 10 1100000 0 0 100101011 1100011 110100

Color Harmonies of #F909FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F909FE

Black with #F909FE

Text Example


Text Example

White with #F909FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F909FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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