Html Css Color HEX #F81CEC Magenta

📋 copy color: '#F81CEC'

red 248 ◦ green 28 ◦ blue 236

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

Shades of Magenta #F81CEC

Tints of Magenta #F81CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 48.44%
G = 5.47%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F81CEC (or 0xF81CEC) is known color: Magenta. HEX triplet: F8, 1C and EC. RGB value is (248,28,236). Sum of RGB (Red+Green+Blue) = 248+28+236=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 28 (11.33% from 255 or 5.47% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CEC is #07E313. Grayscale: #747474. Windows color (decimal): -516884 or 15473912. OLE color: 15473912.

HSL color Cylindrical-coordinate representation of color #F81CEC: hue angle of 303.27º 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 #F81CEC is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 28 236 -
CMYK 0 0.89 0.05 0.03
HSL 303.27º 0.94% 0.54% -
HSV(B) 303.27º 0.89% 0.97% -
XYZ 54.27 26.84 81.68 -
YUV 117.49 194.89 221.09 -
System Red Green Blue C M Y K H S L
Decimal 248 28 236 0 0.89 0.05 0.03 303.27 0.94 0.54
Hex F8 1C EC 0 59 5 3 12F 5E 36
Octal 370 34 354 0 131 5 3 457 136 66
Binary 11111000 11100 11101100 0 1011001 101 11 100101111 1011110 110110

Color Harmonies of #F81CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CEC

Black with #F81CEC

Text Example


Text Example

White with #F81CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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