Html Css Color HEX #F800F3 Magenta

📋 copy color: '#F800F3'

red 248 ◦ green 0 ◦ blue 243

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

Shades of Magenta #F800F3

Tints of Magenta #F800F3

RGB

 RED value IS 248 (97.27% from 255) = 50.51%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.51%
G = 0%
B = 49.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F800F3 (or 0xF800F3) is known color: Magenta. HEX triplet: F8, 00 and F3. RGB value is (248,0,243). Sum of RGB (Red+Green+Blue) = 248+0+243=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 0 (0.39% from 255 or 0% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F800F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800F3 is #07FF0C. Grayscale: #656565. Windows color (decimal): -524045 or 15925496. OLE color: 15925496.

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

Color convert

RGB 248 0 243 -
CMYK 0 1 0.02 0.03
HSL 301.21º 1% 0.49% -
HSV(B) 301.21º 1% 0.97% -
XYZ 54.89 26.43 87 -
YUV 101.85 207.66 232.24 -
System Red Green Blue C M Y K H S L
Decimal 248 0 243 0 1 0.02 0.03 301.21 1 0.49
Hex F8 0 F3 0 64 2 3 12D 64 31
Octal 370 0 363 0 144 2 3 455 144 61
Binary 11111000 0 11110011 0 1100100 10 11 100101101 1100100 110001

Color Harmonies of #F800F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F800F3

Black with #F800F3

Text Example


Text Example

White with #F800F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F800F3; }

 p { color: rgb(248,0,243); }

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

background-color css

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

 a { background-color: rgb(248,0,243); }

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

border-color css

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

 span { border-color: rgb(248,0,243); }

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