Html Css Color HEX #F81CFB Magenta

📋 copy color: '#F81CFB'

red 248 ◦ green 28 ◦ blue 251

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

Shades of Magenta #F81CFB

Tints of Magenta #F81CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.63%

R = 47.06%
G = 5.31%
B = 47.63%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F81CFB (or 0xF81CFB) is known color: Magenta. HEX triplet: F8, 1C and FB. RGB value is (248,28,251). Sum of RGB (Red+Green+Blue) = 248+28+251=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 28 (11.33% from 255 or 5.31% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #F81CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81CFB is #07E304. Grayscale: #767676. Windows color (decimal): -516869 or 16456952. OLE color: 16456952.

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

Color convert

RGB 248 28 251 -
CMYK 0.01 0.89 0 0.02
HSL 299.19º 0.97% 0.55% -
HSV(B) 299.19º 0.89% 0.98% -
XYZ 56.54 27.75 93.64 -
YUV 119.2 202.39 219.87 -
System Red Green Blue C M Y K H S L
Decimal 248 28 251 0.01 0.89 0 0.02 299.19 0.97 0.55
Hex F8 1C FB 1 59 0 2 12B 61 37
Octal 370 34 373 1 131 0 2 453 141 67
Binary 11111000 11100 11111011 1 1011001 0 10 100101011 1100001 110111

Color Harmonies of #F81CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81CFB

Black with #F81CFB

Text Example


Text Example

White with #F81CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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