Html Css Color HEX #F81CEA Magenta

📋 copy color: '#F81CEA'

red 248 ◦ green 28 ◦ blue 234

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

Shades of Magenta #F81CEA

Tints of Magenta #F81CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.49%

 BLUE value IS 234 (91.8% from 255) = 45.88%

R = 48.63%
G = 5.49%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F81CEA (or 0xF81CEA) is known color: Magenta. HEX triplet: F8, 1C and EA. RGB value is (248,28,234). Sum of RGB (Red+Green+Blue) = 248+28+234=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 28 (11.33% from 255 or 5.49% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CEA is #07E315. Grayscale: #747474. Windows color (decimal): -516886 or 15342840. OLE color: 15342840.

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

Color convert

RGB 248 28 234 -
CMYK 0 0.89 0.06 0.03
HSL 303.82º 0.94% 0.54% -
HSV(B) 303.82º 0.89% 0.97% -
XYZ 53.98 26.73 80.16 -
YUV 117.26 193.89 221.25 -
System Red Green Blue C M Y K H S L
Decimal 248 28 234 0 0.89 0.06 0.03 303.82 0.94 0.54
Hex F8 1C EA 0 59 6 3 130 5E 36
Octal 370 34 352 0 131 6 3 460 136 66
Binary 11111000 11100 11101010 0 1011001 110 11 100110000 1011110 110110

Color Harmonies of #F81CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CEA

Black with #F81CEA

Text Example


Text Example

White with #F81CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CEA; }

 p { color: rgb(248,28,234); }

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

background-color css

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

 a { background-color: rgb(248,28,234); }

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

border-color css

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

 span { border-color: rgb(248,28,234); }

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