Html Css Color HEX #FF09F2 Magenta

📋 copy color: '#FF09F2'

red 255 ◦ green 9 ◦ blue 242

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

Shades of Magenta #FF09F2

Tints of Magenta #FF09F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.83%

R = 50.4%
G = 1.78%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF09F2 (or 0xFF09F2) is known color: Magenta. HEX triplet: FF, 09 and F2. RGB value is (255,9,242). Sum of RGB (Red+Green+Blue) = 255+9+242=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 9 (3.91% from 255 or 1.78% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF09F2 is #00F60D. Grayscale: #6C6C6C. Windows color (decimal): -62990 or 15862271. OLE color: 15862271.

HSL color Cylindrical-coordinate representation of color #FF09F2: hue angle of 303.17º 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 #FF09F2 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 255 9 242 -
CMYK 0 0.96 0.05 0
HSL 303.17º 1% 0.52% -
HSV(B) 303.17º 0.96% 1% -
XYZ 57.36 27.87 86.36 -
YUV 109.12 203 232.05 -
System Red Green Blue C M Y K H S L
Decimal 255 9 242 0 0.96 0.05 0 303.17 1 0.52
Hex FF 9 F2 0 60 5 0 12F 64 34
Octal 377 11 362 0 140 5 0 457 144 64
Binary 11111111 1001 11110010 0 1100000 101 0 100101111 1100100 110100

Color Harmonies of #FF09F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF09F2

Black with #FF09F2

Text Example


Text Example

White with #FF09F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF09F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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