Html Css Color HEX #F030FA Magenta

📋 copy color: '#F030FA'

red 240 ◦ green 48 ◦ blue 250

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

Shades of Magenta #F030FA

Tints of Magenta #F030FA

RGB

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

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

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

R = 44.61%
G = 8.92%
B = 46.47%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F030FA (or 0xF030FA) is known color: Magenta. HEX triplet: F0, 30 and FA. RGB value is (240,48,250). Sum of RGB (Red+Green+Blue) = 240+48+250=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 48 (19.14% from 255 or 8.92% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #F030FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F030FA is #0FCF05. Grayscale: #7F7F7F. Windows color (decimal): -1036038 or 16396528. OLE color: 16396528.

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

Color convert

RGB 240 48 250 -
CMYK 0.04 0.81 0 0.02
HSL 297.03º 0.95% 0.58% -
HSV(B) 297.03º 0.81% 0.98% -
XYZ 54.25 27.54 92.9 -
YUV 128.44 196.61 207.57 -
System Red Green Blue C M Y K H S L
Decimal 240 48 250 0.04 0.81 0 0.02 297.03 0.95 0.58
Hex F0 30 FA 4 51 0 2 129 5F 3A
Octal 360 60 372 4 121 0 2 451 137 72
Binary 11110000 110000 11111010 100 1010001 0 10 100101001 1011111 111010

Color Harmonies of #F030FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F030FA

Black with #F030FA

Text Example


Text Example

White with #F030FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F030FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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