Html Css Color HEX #F826FA Magenta

📋 copy color: '#F826FA'

red 248 ◦ green 38 ◦ blue 250

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

Shades of Magenta #F826FA

Tints of Magenta #F826FA

RGB

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

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

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

R = 46.27%
G = 7.09%
B = 46.64%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F826FA (or 0xF826FA) is known color: Magenta. HEX triplet: F8, 26 and FA. RGB value is (248,38,250). Sum of RGB (Red+Green+Blue) = 248+38+250=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 38 (15.23% from 255 or 7.09% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #F826FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F826FA is #07D905. Grayscale: #7C7C7C. Windows color (decimal): -514310 or 16393976. OLE color: 16393976.

HSL color Cylindrical-coordinate representation of color #F826FA: hue angle of 299.43º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F826FA is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 248 38 250 -
CMYK 0.01 0.85 0 0.02
HSL 299.43º 0.95% 0.56% -
HSV(B) 299.43º 0.85% 0.98% -
XYZ 56.66 28.24 92.91 -
YUV 124.96 198.57 215.76 -
System Red Green Blue C M Y K H S L
Decimal 248 38 250 0.01 0.85 0 0.02 299.43 0.95 0.56
Hex F8 26 FA 1 55 0 2 12B 5F 38
Octal 370 46 372 1 125 0 2 453 137 70
Binary 11111000 100110 11111010 1 1010101 0 10 100101011 1011111 111000

Color Harmonies of #F826FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F826FA

Black with #F826FA

Text Example


Text Example

White with #F826FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F826FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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