Html Css Color HEX #F30FFF Magenta

📋 copy color: '#F30FFF'

red 243 ◦ green 15 ◦ blue 255

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

Shades of Magenta #F30FFF

Tints of Magenta #F30FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.92%

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

R = 47.37%
G = 2.92%
B = 49.71%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F30FFF (or 0xF30FFF) is known color: Magenta. HEX triplet: F3, 0F and FF. RGB value is (243,15,255). Sum of RGB (Red+Green+Blue) = 243+15+255=513 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.37% from 513); Green value is 15 (6.25% from 255 or 2.92% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #F30FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30FFF is #0CF000. Grayscale: #6D6D6D. Windows color (decimal): -847873 or 16715763. OLE color: 16715763.

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

Color convert

RGB 243 15 255 -
CMYK 0.05 0.94 0 0
HSL 297º 1% 0.53% -
HSV(B) 297º 0.94% 1% -
XYZ 55.18 26.62 96.84 -
YUV 110.53 209.54 222.49 -
System Red Green Blue C M Y K H S L
Decimal 243 15 255 0.05 0.94 0 0 297 1 0.53
Hex F3 F FF 5 5E 0 0 129 64 35
Octal 363 17 377 5 136 0 0 451 144 65
Binary 11110011 1111 11111111 101 1011110 0 0 100101001 1100100 110101

Color Harmonies of #F30FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30FFF

Black with #F30FFF

Text Example


Text Example

White with #F30FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30FFF; }

 p { color: rgb(243,15,255); }

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

background-color css

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

 a { background-color: rgb(243,15,255); }

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

border-color css

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

 span { border-color: rgb(243,15,255); }

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