Html Css Color HEX #FF09F0 Magenta

📋 copy color: '#FF09F0'

red 255 ◦ green 9 ◦ blue 240

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

Shades of Magenta #FF09F0

Tints of Magenta #FF09F0

RGB

 RED value IS 255 (100% from 255) = 50.6%

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

 BLUE value IS 240 (94.14% from 255) = 47.62%

R = 50.6%
G = 1.79%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF09F0 (or 0xFF09F0) is known color: Magenta. HEX triplet: FF, 09 and F0. RGB value is (255,9,240). Sum of RGB (Red+Green+Blue) = 255+9+240=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 9 (3.91% from 255 or 1.79% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF09F0 is #00F60F. Grayscale: #6C6C6C. Windows color (decimal): -62992 or 15731199. OLE color: 15731199.

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

Color convert

RGB 255 9 240 -
CMYK 0 0.96 0.06 0
HSL 303.66º 1% 0.52% -
HSV(B) 303.66º 0.96% 1% -
XYZ 57.07 27.75 84.79 -
YUV 108.89 202 232.22 -
System Red Green Blue C M Y K H S L
Decimal 255 9 240 0 0.96 0.06 0 303.66 1 0.52
Hex FF 9 F0 0 60 6 0 130 64 34
Octal 377 11 360 0 140 6 0 460 144 64
Binary 11111111 1001 11110000 0 1100000 110 0 100110000 1100100 110100

Color Harmonies of #FF09F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF09F0

Black with #FF09F0

Text Example


Text Example

White with #FF09F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF09F0; }

 p { color: rgb(255,9,240); }

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

background-color css

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

 a { background-color: rgb(255,9,240); }

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

border-color css

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

 span { border-color: rgb(255,9,240); }

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