Html Css Color HEX #F81CE7 Magenta

📋 copy color: '#F81CE7'

red 248 ◦ green 28 ◦ blue 231

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

Shades of Magenta #F81CE7

Tints of Magenta #F81CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.56%

R = 48.92%
G = 5.52%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F81CE7 (or 0xF81CE7) is known color: Magenta. HEX triplet: F8, 1C and E7. RGB value is (248,28,231). Sum of RGB (Red+Green+Blue) = 248+28+231=507 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.92% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 248 - color contains mainly: red. Hex color #F81CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CE7 is #07E318. Grayscale: #747474. Windows color (decimal): -516889 or 15146232. OLE color: 15146232.

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

Color convert

RGB 248 28 231 -
CMYK 0 0.89 0.07 0.03
HSL 304.64º 0.94% 0.54% -
HSV(B) 304.64º 0.89% 0.97% -
XYZ 53.55 26.56 77.9 -
YUV 116.92 192.39 221.49 -
System Red Green Blue C M Y K H S L
Decimal 248 28 231 0 0.89 0.07 0.03 304.64 0.94 0.54
Hex F8 1C E7 0 59 7 3 131 5E 36
Octal 370 34 347 0 131 7 3 461 136 66
Binary 11111000 11100 11100111 0 1011001 111 11 100110001 1011110 110110

Color Harmonies of #F81CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CE7

Black with #F81CE7

Text Example


Text Example

White with #F81CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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