Html Css Color HEX #F027FF Magenta

📋 copy color: '#F027FF'

red 240 ◦ green 39 ◦ blue 255

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

Shades of Magenta #F027FF

Tints of Magenta #F027FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.3%

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

R = 44.94%
G = 7.3%
B = 47.75%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F027FF (or 0xF027FF) is known color: Magenta. HEX triplet: F0, 27 and FF. RGB value is (240,39,255). Sum of RGB (Red+Green+Blue) = 240+39+255=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 39 (15.62% from 255 or 7.30% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #F027FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F027FF is #0FD800. Grayscale: #7B7B7B. Windows color (decimal): -1038337 or 16721904. OLE color: 16721904.

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

Color convert

RGB 240 39 255 -
CMYK 0.06 0.85 0 0
HSL 295.83º 1% 0.58% -
HSV(B) 295.83º 0.85% 1% -
XYZ 54.71 27.2 96.97 -
YUV 123.72 202.09 210.94 -
System Red Green Blue C M Y K H S L
Decimal 240 39 255 0.06 0.85 0 0 295.83 1 0.58
Hex F0 27 FF 6 55 0 0 128 64 3A
Octal 360 47 377 6 125 0 0 450 144 72
Binary 11110000 100111 11111111 110 1010101 0 0 100101000 1100100 111010

Color Harmonies of #F027FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F027FF

Black with #F027FF

Text Example


Text Example

White with #F027FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F027FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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