Html Css Color HEX #F826F1 Magenta

📋 copy color: '#F826F1'

red 248 ◦ green 38 ◦ blue 241

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

Shades of Magenta #F826F1

Tints of Magenta #F826F1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.21%

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 47.06%
G = 7.21%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F826F1 (or 0xF826F1) is known color: Magenta. HEX triplet: F8, 26 and F1. RGB value is (248,38,241). Sum of RGB (Red+Green+Blue) = 248+38+241=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 38 (15.23% from 255 or 7.21% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F826F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F826F1 is #07D90E. Grayscale: #7B7B7B. Windows color (decimal): -514319 or 15804152. OLE color: 15804152.

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

Color convert

RGB 248 38 241 -
CMYK 0 0.85 0.03 0.03
HSL 302º 0.94% 0.56% -
HSV(B) 302º 0.85% 0.97% -
XYZ 55.28 27.69 85.65 -
YUV 123.93 194.07 216.49 -
System Red Green Blue C M Y K H S L
Decimal 248 38 241 0 0.85 0.03 0.03 302 0.94 0.56
Hex F8 26 F1 0 55 3 3 12E 5E 38
Octal 370 46 361 0 125 3 3 456 136 70
Binary 11111000 100110 11110001 0 1010101 11 11 100101110 1011110 111000

Color Harmonies of #F826F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F826F1

Black with #F826F1

Text Example


Text Example

White with #F826F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F826F1; }

 p { color: rgb(248,38,241); }

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

background-color css

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

 a { background-color: rgb(248,38,241); }

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

border-color css

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

 span { border-color: rgb(248,38,241); }

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