Html Css Color HEX #F330FA Magenta

📋 copy color: '#F330FA'

red 243 ◦ green 48 ◦ blue 250

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

Shades of Magenta #F330FA

Tints of Magenta #F330FA

RGB

 RED value IS 243 (95.31% from 255) = 44.92%

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

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

R = 44.92%
G = 8.87%
B = 46.21%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F330FA (or 0xF330FA) is known color: Magenta. HEX triplet: F3, 30 and FA. RGB value is (243,48,250). Sum of RGB (Red+Green+Blue) = 243+48+250=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 48 (19.14% from 255 or 8.87% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #F330FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F330FA is #0CCF05. Grayscale: #808080. Windows color (decimal): -839430 or 16396531. OLE color: 16396531.

HSL color Cylindrical-coordinate representation of color #F330FA: hue angle of 297.92º 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 #F330FA is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 48 250 -
CMYK 0.03 0.81 0 0.02
HSL 297.92º 0.95% 0.58% -
HSV(B) 297.92º 0.81% 0.98% -
XYZ 55.27 28.07 92.95 -
YUV 129.33 196.1 209.07 -
System Red Green Blue C M Y K H S L
Decimal 243 48 250 0.03 0.81 0 0.02 297.92 0.95 0.58
Hex F3 30 FA 3 51 0 2 12A 5F 3A
Octal 363 60 372 3 121 0 2 452 137 72
Binary 11110011 110000 11111010 11 1010001 0 10 100101010 1011111 111010

Color Harmonies of #F330FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F330FA

Black with #F330FA

Text Example


Text Example

White with #F330FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F330FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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