Html Css Color HEX #F028FA Magenta

📋 copy color: '#F028FA'

red 240 ◦ green 40 ◦ blue 250

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

Shades of Magenta #F028FA

Tints of Magenta #F028FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 45.28%
G = 7.55%
B = 47.17%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F028FA (or 0xF028FA) is known color: Magenta. HEX triplet: F0, 28 and FA. RGB value is (240,40,250). Sum of RGB (Red+Green+Blue) = 240+40+250=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 40 (16.02% from 255 or 7.55% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #F028FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F028FA is #0FD705. Grayscale: #7B7B7B. Windows color (decimal): -1038086 or 16394480. OLE color: 16394480.

HSL color Cylindrical-coordinate representation of color #F028FA: hue angle of 297.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F028FA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 40 250 -
CMYK 0.04 0.84 0 0.02
HSL 297.14º 0.95% 0.57% -
HSV(B) 297.14º 0.84% 0.98% -
XYZ 53.95 26.94 92.8 -
YUV 123.74 199.26 210.92 -
System Red Green Blue C M Y K H S L
Decimal 240 40 250 0.04 0.84 0 0.02 297.14 0.95 0.57
Hex F0 28 FA 4 54 0 2 129 5F 39
Octal 360 50 372 4 124 0 2 451 137 71
Binary 11110000 101000 11111010 100 1010100 0 10 100101001 1011111 111001

Color Harmonies of #F028FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028FA

Black with #F028FA

Text Example


Text Example

White with #F028FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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