Html Css Color HEX #F00FF3 Magenta

📋 copy color: '#F00FF3'

red 240 ◦ green 15 ◦ blue 243

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

Shades of Magenta #F00FF3

Tints of Magenta #F00FF3

RGB

 RED value IS 240 (94.14% from 255) = 48.19%

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

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 48.19%
G = 3.01%
B = 48.8%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F00FF3 (or 0xF00FF3) is known color: Magenta. HEX triplet: F0, 0F and F3. RGB value is (240,15,243). Sum of RGB (Red+Green+Blue) = 240+15+243=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 15 (6.25% from 255 or 3.01% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #F00FF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00FF3 is #0FF00C. Grayscale: #6B6B6B. Windows color (decimal): -1044493 or 15929328. OLE color: 15929328.

HSL color Cylindrical-coordinate representation of color #F00FF3: hue angle of 299.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00FF3 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 15 243 -
CMYK 0.01 0.94 0 0.05
HSL 299.21º 0.9% 0.51% -
HSV(B) 299.21º 0.94% 0.95% -
XYZ 52.28 25.34 86.93 -
YUV 108.27 204.04 221.96 -
System Red Green Blue C M Y K H S L
Decimal 240 15 243 0.01 0.94 0 0.05 299.21 0.9 0.51
Hex F0 F F3 1 5E 0 5 12B 5A 33
Octal 360 17 363 1 136 0 5 453 132 63
Binary 11110000 1111 11110011 1 1011110 0 101 100101011 1011010 110011

Color Harmonies of #F00FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00FF3

Black with #F00FF3

Text Example


Text Example

White with #F00FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00FF3; }

 p { color: rgb(240,15,243); }

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

background-color css

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

 a { background-color: rgb(240,15,243); }

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

border-color css

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

 span { border-color: rgb(240,15,243); }

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