Html Css Color HEX #F030FE Magenta

📋 copy color: '#F030FE'

red 240 ◦ green 48 ◦ blue 254

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

Shades of Magenta #F030FE

Tints of Magenta #F030FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 8.86%

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

R = 44.28%
G = 8.86%
B = 46.86%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F030FE (or 0xF030FE) is known color: Magenta. HEX triplet: F0, 30 and FE. RGB value is (240,48,254). Sum of RGB (Red+Green+Blue) = 240+48+254=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 48 (19.14% from 255 or 8.86% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #F030FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F030FE is #0FCF01. Grayscale: #808080. Windows color (decimal): -1036034 or 16658672. OLE color: 16658672.

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

Color convert

RGB 240 48 254 -
CMYK 0.06 0.81 0 0.00
HSL 295.92º 0.99% 0.59% -
HSV(B) 295.92º 0.81% 1% -
XYZ 54.88 27.79 96.24 -
YUV 128.89 198.61 207.25 -
System Red Green Blue C M Y K H S L
Decimal 240 48 254 0.06 0.81 0 0.00 295.92 0.99 0.59
Hex F0 30 FE 6 51 0 0 128 63 3B
Octal 360 60 376 6 121 0 0 450 143 73
Binary 11110000 110000 11111110 110 1010001 0 0 100101000 1100011 111011

Color Harmonies of #F030FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030FE

Black with #F030FE

Text Example


Text Example

White with #F030FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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