Html Css Color HEX #F80FFB Magenta

📋 copy color: '#F80FFB'

red 248 ◦ green 15 ◦ blue 251

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

Shades of Magenta #F80FFB

Tints of Magenta #F80FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.92%

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

R = 48.25%
G = 2.92%
B = 48.83%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F80FFB (or 0xF80FFB) is known color: Magenta. HEX triplet: F8, 0F and FB. RGB value is (248,15,251). Sum of RGB (Red+Green+Blue) = 248+15+251=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 15 (6.25% from 255 or 2.92% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #F80FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80FFB is #07F004. Grayscale: #6E6E6E. Windows color (decimal): -520197 or 16453624. OLE color: 16453624.

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

Color convert

RGB 248 15 251 -
CMYK 0.01 0.94 0 0.02
HSL 299.24º 0.97% 0.52% -
HSV(B) 299.24º 0.94% 0.98% -
XYZ 56.29 27.26 93.56 -
YUV 111.57 206.69 225.31 -
System Red Green Blue C M Y K H S L
Decimal 248 15 251 0.01 0.94 0 0.02 299.24 0.97 0.52
Hex F8 F FB 1 5E 0 2 12B 61 34
Octal 370 17 373 1 136 0 2 453 141 64
Binary 11111000 1111 11111011 1 1011110 0 10 100101011 1100001 110100

Color Harmonies of #F80FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80FFB

Black with #F80FFB

Text Example


Text Example

White with #F80FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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