Html Css Color HEX #F804F2 Magenta

📋 copy color: '#F804F2'

red 248 ◦ green 4 ◦ blue 242

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

Shades of Magenta #F804F2

Tints of Magenta #F804F2

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.81%

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

R = 50.2%
G = 0.81%
B = 48.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F804F2 (or 0xF804F2) is known color: Magenta. HEX triplet: F8, 04 and F2. RGB value is (248,4,242). Sum of RGB (Red+Green+Blue) = 248+4+242=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 4 (1.95% from 255 or 0.81% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F804F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F804F2 is #07FB0D. Grayscale: #676767. Windows color (decimal): -523022 or 15860984. OLE color: 15860984.

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

Color convert

RGB 248 4 242 -
CMYK 0 0.98 0.02 0.03
HSL 301.48º 0.97% 0.49% -
HSV(B) 301.48º 0.98% 0.97% -
XYZ 54.78 26.45 86.22 -
YUV 104.09 205.84 230.65 -
System Red Green Blue C M Y K H S L
Decimal 248 4 242 0 0.98 0.02 0.03 301.48 0.97 0.49
Hex F8 4 F2 0 62 2 3 12D 61 31
Octal 370 4 362 0 142 2 3 455 141 61
Binary 11111000 100 11110010 0 1100010 10 11 100101101 1100001 110001

Color Harmonies of #F804F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F804F2

Black with #F804F2

Text Example


Text Example

White with #F804F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F804F2; }

 p { color: rgb(248,4,242); }

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

background-color css

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

 a { background-color: rgb(248,4,242); }

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

border-color css

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

 span { border-color: rgb(248,4,242); }

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