Html Css Color HEX #FF0FFA Magenta

📋 copy color: '#FF0FFA'

red 255 ◦ green 15 ◦ blue 250

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

Shades of Magenta #FF0FFA

Tints of Magenta #FF0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.88%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 49.04%
G = 2.88%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF0FFA (or 0xFF0FFA) is known color: Magenta. HEX triplet: FF, 0F and FA. RGB value is (255,15,250). Sum of RGB (Red+Green+Blue) = 255+15+250=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 15 (6.25% from 255 or 2.88% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FFA is #00F005. Grayscale: #707070. Windows color (decimal): -61446 or 16388095. OLE color: 16388095.

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

Color convert

RGB 255 15 250 -
CMYK 0 0.94 0.02 0
HSL 301.25º 1% 0.53% -
HSV(B) 301.25º 0.94% 1% -
XYZ 58.67 28.5 92.85 -
YUV 113.55 205.01 228.89 -
System Red Green Blue C M Y K H S L
Decimal 255 15 250 0 0.94 0.02 0 301.25 1 0.53
Hex FF F FA 0 5E 2 0 12D 64 35
Octal 377 17 372 0 136 2 0 455 144 65
Binary 11111111 1111 11111010 0 1011110 10 0 100101101 1100100 110101

Color Harmonies of #FF0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0FFA

Black with #FF0FFA

Text Example


Text Example

White with #FF0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0FFA; }

 p { color: rgb(255,15,250); }

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

background-color css

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

 a { background-color: rgb(255,15,250); }

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

border-color css

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

 span { border-color: rgb(255,15,250); }

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