Html Css Color HEX #F028FE Magenta

📋 copy color: '#F028FE'

red 240 ◦ green 40 ◦ blue 254

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

Shades of Magenta #F028FE

Tints of Magenta #F028FE

RGB

 RED value IS 240 (94.14% from 255) = 44.94%

 GREEN value IS 40 (16.02% from 255) = 7.49%

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 44.94%
G = 7.49%
B = 47.57%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F028FE (or 0xF028FE) is known color: Magenta. HEX triplet: F0, 28 and FE. RGB value is (240,40,254). Sum of RGB (Red+Green+Blue) = 240+40+254=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 40 (16.02% from 255 or 7.49% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #F028FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F028FE is #0FD701. Grayscale: #7B7B7B. Windows color (decimal): -1038082 or 16656624. OLE color: 16656624.

HSL color Cylindrical-coordinate representation of color #F028FE: hue angle of 296.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F028FE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 40 254 -
CMYK 0.06 0.84 0 0.00
HSL 296.07º 0.99% 0.58% -
HSV(B) 296.07º 0.84% 1% -
XYZ 54.58 27.2 96.14 -
YUV 124.2 201.26 210.6 -
System Red Green Blue C M Y K H S L
Decimal 240 40 254 0.06 0.84 0 0.00 296.07 0.99 0.58
Hex F0 28 FE 6 54 0 0 128 63 3A
Octal 360 50 376 6 124 0 0 450 143 72
Binary 11110000 101000 11111110 110 1010100 0 0 100101000 1100011 111010

Color Harmonies of #F028FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028FE

Black with #F028FE

Text Example


Text Example

White with #F028FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028FE; }

 p { color: rgb(240,40,254); }

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

background-color css

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

 a { background-color: rgb(240,40,254); }

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

border-color css

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

 span { border-color: rgb(240,40,254); }

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