Html Css Color HEX #FF02F9 Magenta

📋 copy color: '#FF02F9'

red 255 ◦ green 2 ◦ blue 249

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

Shades of Magenta #FF02F9

Tints of Magenta #FF02F9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.4%

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 50.4%
G = 0.4%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF02F9 (or 0xFF02F9) is known color: Magenta. HEX triplet: FF, 02 and F9. RGB value is (255,2,249). Sum of RGB (Red+Green+Blue) = 255+2+249=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 2 (1.17% from 255 or 0.40% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF02F9 is #00FD06. Grayscale: #696969. Windows color (decimal): -64775 or 16319231. OLE color: 16319231.

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

Color convert

RGB 255 2 249 -
CMYK 0 0.99 0.02 0
HSL 301.42º 1% 0.5% -
HSV(B) 301.42º 0.99% 1% -
XYZ 58.36 28.14 91.98 -
YUV 105.81 208.82 234.42 -
System Red Green Blue C M Y K H S L
Decimal 255 2 249 0 0.99 0.02 0 301.42 1 0.5
Hex FF 2 F9 0 63 2 0 12D 64 32
Octal 377 2 371 0 143 2 0 455 144 62
Binary 11111111 10 11111001 0 1100011 10 0 100101101 1100100 110010

Color Harmonies of #FF02F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF02F9

Black with #FF02F9

Text Example


Text Example

White with #FF02F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF02F9; }

 p { color: rgb(255,2,249); }

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

background-color css

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

 a { background-color: rgb(255,2,249); }

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

border-color css

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

 span { border-color: rgb(255,2,249); }

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