Html Css Color HEX #F028FF Magenta

📋 copy color: '#F028FF'

red 240 ◦ green 40 ◦ blue 255

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

Shades of Magenta #F028FF

Tints of Magenta #F028FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 44.86%
G = 7.48%
B = 47.66%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F028FF (or 0xF028FF) is known color: Magenta. HEX triplet: F0, 28 and FF. RGB value is (240,40,255). Sum of RGB (Red+Green+Blue) = 240+40+255=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 40 (16.02% from 255 or 7.48% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #F028FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F028FF is #0FD700. Grayscale: #7B7B7B. Windows color (decimal): -1038081 or 16722160. OLE color: 16722160.

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

Color convert

RGB 240 40 255 -
CMYK 0.06 0.84 0 0
HSL 295.81º 1% 0.58% -
HSV(B) 295.81º 0.84% 1% -
XYZ 54.74 27.26 96.98 -
YUV 124.31 201.76 210.52 -
System Red Green Blue C M Y K H S L
Decimal 240 40 255 0.06 0.84 0 0 295.81 1 0.58
Hex F0 28 FF 6 54 0 0 128 64 3A
Octal 360 50 377 6 124 0 0 450 144 72
Binary 11110000 101000 11111111 110 1010100 0 0 100101000 1100100 111010

Color Harmonies of #F028FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F028FF

Black with #F028FF

Text Example


Text Example

White with #F028FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F028FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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